Skip to main content
GET
List Regions

Cabeçalhos

Authorization
string
obrigatório

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

Parâmetros de consulta

limit
integer

Page size. Integer, value >= 0.

cursor
string

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

Resposta

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

Exemplo:

""

has_more
boolean

Whether there are more pages

Exemplo:

false

Última modificação em 10 de agosto de 2026