Invoice endpoints
List Invoices
Retrieve invoice IDs and URLs associated with a booking
GET
This endpoint returns the invoice IDs and encrypted invoice URLs associated with a specific booking.
Response
The response includes:
bookingId
: The ID of the bookinginvoiceIds
: Array of invoice IDs associated with the bookinginvoiceUrls
: Array of encrypted invoice URLs that can be used to access the invoices
Example Usage
Here’s an example of how to use this endpoint with curl:
Common Use Cases
- Retrieving invoice URLs for a booking
- Accessing invoice documents through encrypted URLs
- Tracking which invoices are associated with a booking
Authorizations
Path Parameters
ID of the booking to retrieve invoices for
Was this page helpful?