Query parameters
-
cursor string
A cursor returned from a previous call to /orgs
GET /orgs
curl \
-X GET https://api.statebacked.dev/orgs \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"orgs": [
{
"id": "org_uHvZHpF4STWvMg8BKVCUTg",
"name": "string",
"role": "admin",
"createdAt": "2023-05-04T09:42:00+00:00",
"limits": {
"monthlyEventsLimit": 42.0,
"monthlyReadsLimit": 42.0
}
}
],
"cursor": "string"
}
Response examples (200)
{
"orgs": [
{
"id": "org_uHvZHpF4STWvMg8BKVCUTg",
"name": "string",
"role": "admin",
"createdAt": "2024-05-04T09:42:00+00:00",
"limits": {
"monthlyEventsLimit": 42.0,
"monthlyReadsLimit": 42.0
}
}
],
"cursor": "string"
}