API Reference
countries
Purpose
This group contains endpoints tagged together in the OpenAPI spec. Use the summaries below to understand what each endpoint does.
When to use
- Prefer calling APIs from your backend to avoid exposing secrets.
- Handle errors consistently and log request IDs for support.
Endpoints (8)
Click an endpoint to jump to its details.
/countriesGet all countries
/countriesCreate a new country
/countries/{id}Delete a country
/countries/{id}Get a country by ID
/countries/{id}Update a country
/countries/code/{code}Get a country by code
/countries/public/supportedGet all supported countries
/countries/supportedGet all supported countries
/countriesGet all countries
No detailed description provided for this operation in the OpenAPI spec.
/countriesCreate a new country
No detailed description provided for this operation in the OpenAPI spec.
/countries/{id}Delete a country
No detailed description provided for this operation in the OpenAPI spec.
/countries/{id}Get a country by ID
No detailed description provided for this operation in the OpenAPI spec.
/countries/{id}Update a country
No detailed description provided for this operation in the OpenAPI spec.
/countries/code/{code}Get a country by code
No detailed description provided for this operation in the OpenAPI spec.
/countries/public/supportedGet all supported countries
No detailed description provided for this operation in the OpenAPI spec.
/countries/supportedGet all supported countries
No detailed description provided for this operation in the OpenAPI spec.