Bill
Retrieve latest Bill
Retrieve the latest Bill for the given Account.
This endpoint retrieves the latest Bill for the given Account in the specified Organization. It facilitates tracking of the most recent charges and consumption details.
get/organizations/{orgId}/bills/latest/{accountId}
Path parameters
orgIdstring required
The unique identifier (UUID) of your Organization. The Organization represents your company as a direct customer of our service.
accountIdstring required
The unique identifier (UUID) of the Account for which the latest Bill should be retrieved.
Query parameters
additionalstring[]
Comma separated list of additional fields.
Response
Returns the latest Bill for the given Account
Example response
{
"timezone": "UTC",
"currencyConversions": [
{
"from": "EUR",
"to": "USD",
"multiplier": 1.12
}
]
}