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"
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.