Skip to main content
GET
List organizations

Authorizations

x-api-key
string
header
required

Location/organization API key.

Query Parameters

limit
integer
default:10

Page size (1–100).

Required range: 1 <= x <= 100
starting_after
string

Cursor: return results after this id.

ending_before
string

Cursor: return results before this id.

created_after
string<date-time>

Only resources created strictly after this time.

created_before
string<date-time>

Only resources created strictly before this time.

updated_after
string<date-time>

Only resources updated strictly after this time.

updated_before
string<date-time>

Only resources updated strictly before this time.

Response

A paginated list of organizations.

object
enum<string>
Available options:
list
data
object[]
has_more
boolean
url
string