Firsty

Search...

Search...

Catalog

List available regions

Returns a paginated list of regions where packages are available.

get/catalog/regions

Authorization

Authorization: Bearer {token} — an OAuth2 access token from the client-credentials flow. How authentication works

Query parameters

limitinteger

Maximum number of items to return (1-100)

Default20
cursorstring

Opaque cursor token for fetching the next page. Pass the nextCursor value from a previous response.

Responses

200List of available regionsapplication/json
Show response body
dataarray of Region
Show properties
countryCodestring

ISO 3166-1 alpha-2 region code

countryCodeAlpha3string | null

ISO 3166-1 alpha-3 region code. Null for special regions like Global.

namestring

Region name

paginationobject
Show properties
limitintegerrequired

Maximum items per page

hasMorebooleanrequired

Whether there are more items after this page

nextCursorstring | nullrequired

Opaque 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