v1

latestOpenAPI 3.1.1Proprietary2026-07-245895107.9 KB
Billing

Get billing destinations

Get the list of billing destinations.

get/billing/destinations

Response

Billing destinations

idinteger required

ID of the destination

countrystring required

ISO 3166-1 alpha-2 country code

namestring required

Destination name

createdstring date-time required

RFC 3339, section 5.6

Example response

[
  {
    "country": "FR",
    "name": "France - Geographic",
    "created": "2024-04-24T17:42:28Z"
  }
]