Catalog
List available regions
Returns a paginated list of regions where packages are available.
get
/catalog/regionsAuthorization
Authorization: Bearer {token} — an OAuth2 access token from the client-credentials flow. How authentication works
Query parameters
limitintegerMaximum number of items to return (1-100)
Default
20cursorstringOpaque cursor token for fetching the next page. Pass the nextCursor value from a previous response.
Responses
200List of available regionsapplication/jsonShow response bodyHide response body
dataarray of RegionShow propertiesHide properties
countryCodestringISO 3166-1 alpha-2 region code
countryCodeAlpha3string | nullISO 3166-1 alpha-3 region code. Null for special regions like Global.
namestringRegion name
paginationobjectShow propertiesHide properties
limitintegerrequiredMaximum items per page
hasMorebooleanrequiredWhether there are more items after this page
nextCursorstring | nullrequiredOpaque cursor token for the next page. Null when there are no more results.
401Unauthorized - missing or invalid API key403Forbidden - client does not have access to this resource429Rate limit exceeded500Internal server error