---
title: "Get billing destinations"
method: GET
path: "/billing/destinations"
tags: ["Billing"]
---

# Get billing destinations

`GET /billing/destinations`

Get the list of billing destinations.

## Response `200`

Billing destinations

- BillingDestination[]
  - `id` integer, required — ID of the destination
  - `country` string, required — ISO 3166-1 alpha-2 country code
  - `name` string, required — Destination name
  - `created` string, date-time, required — RFC 3339, section 5.6

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `405` — Method Not Allowed
- `429` — Too Many Requests (rate limit exceeded)
- `500` — Internal Server Error

---

[API](https://skmtc.net/callr/apis/callr-rest-api-v2-0.md) · [All operations](https://skmtc.net/callr/apis/callr-rest-api-v2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/callr/callr-rest-api-v2-0/versions/76d36d004a8f/schema)
