Authorize
Validates Basic authentication credentials and returns the organisation or workspace it is scoped to.
GET
/authorizationAuthorization
apiKey x-api-key<token>
In: header
Header Parameters
X-Api-Version?string
API version date. Requests without the header use 2026-07.
curl -X GET "https://example.com/authorization" \ -H "X-Api-Version: 2026-07"{ "permissions": { "property1": "string", "property2": "string" }, "feed": { "name": "string", "id": "string" }, "organization": { "name": "string", "id": "string" }, "status": "string"}{ "traceId": "string", "message": "string", "path": "string", "timestamp": "string", "statusCode": 0.1}{ "traceId": "string", "message": "string", "path": "string", "timestamp": "string", "statusCode": 0.1}