Skip to main content
GET
List regions
Lists the regions available to the account, cursor-paginated via first/after. The legacy data field returns the full, unpaginated list and is deprecated — use items + pageInfo instead.

Authorizations

Authorization
string
header
required

Token authentication. Send Authorization: Bearer <YOUR_TOKEN>.

Query Parameters

after
string | null
first
integer | null
Required range: x >= 1

Response

200 - application/json
data
object[]
required
deprecated

Deprecated: use items instead. Kept for backward compatibility.

items
object[]
required
pageInfo
object | null