Countries

Country related endpoints.

Get countries

GET /api/internal/v1/countries

Get countries. No authentication is required.

Get country states

GET /api/internal/v1/countries/:country_id/states

Get the states of the given country. No authentication is required.

Path Parameters

Name
Type
Description

country_id

integer

The id of the country.

Last updated

Was this helpful?