Rest apiEndpoints
List Organizations
List all organizations
Authorization
token AuthorizationBearer <token>
Recal API token
In: header
Response Body
application/json
curl -X GET "https://example.com/v1/organizations"{ "data": [ { "createdAt": "2025-04-24T00:00:00.000Z", "name": "Recal", "slug": "recal", "members": [ { "createdAt": "2025-04-24T00:00:00.000Z", "id": "user_123" } ] } ]}