Organization
Overview
Metadata about the organization the token belongs to. A cheap call to confirm which organization a token is scoped to.
1 endpoint. Requires settings.view on the token.
| Method | Path | What it does |
|---|---|---|
GET | /organization | Get organization info |
Endpoints
GET /organization
Get organization info
Returns read-only information about the organization. No sensitive credentials are included.
Requires the settings.view permission.
Example
curl -X GET "https://orqestra.id/api/v2/organization" \
-H "Authorization: Bearer $ORQESTRA_TOKEN"
Responds with 200 · 401. Try it in the playground →