Bill
Retrieve Bill
Retrieve the Bill with the given UUID.
This endpoint retrieves the Bill with the given unique identifier (UUID) and specific Organization.
get/organizations/{orgId}/bills/{id}
Path parameters
orgIdstring required
The unique identifier (UUID) of your Organization. The Organization represents your company as a direct customer of our service.
idstring required
The unique identifier (UUID) of the Bill to retrieve.
Query parameters
additionalstring[]
Comma separated list of additional fields.
Response
Returns the requested Bill
Example response
{
"timezone": "UTC",
"currencyConversions": [
{
"from": "EUR",
"to": "USD",
"multiplier": 1.12
}
]
}