List countries
GET/api/v2/numbers/countries
Retrieve a list of all countries where DID numbers are available.
When to use:
- Building country selection interface
- Checking number availability by country
- Starting the DID purchase flow
Authentication:
- Requires Bearer token in Authorization header:
Authorization: Bearer <token>
Responses
- 200
- 401
- 403
returns list of available countries
returns unauthorized
returns forbidden