Get current organization
GET/v1/organization
Returns the data of the organization the authenticated token belongs to. There is no :id parameter — the organization is always resolved from the API key.
Request
Responses
- 200
- 401
- 403
- 404
- 429
- 500
Current organization detail.
Missing or invalid bearer token.
Token is valid but lacks permission for this operation.
Resource not found in the current organization.
Rate limit exceeded.
Unexpected server error.