Skip to main content
GET
List Regions

Headers

Authorization
string
required

Bearer authentication format, e.g.: Bearer {{API_KEY}}.

Query Parameters

limit
integer

Page size. Integer, value >= 0.

cursor
string

Pagination cursor. String, length: 0-1024 characters.

Response

200 - application/json

OK

data
object[]

Public Region list

next_cursor
string

Cursor for the next page. Empty string when there is no next page

Example:

""

has_more
boolean

Whether there are more pages

Example:

false

Last modified on June 23, 2026