API

Authorize

Validates Basic authentication credentials and returns the organisation or workspace it is scoped to.

GET/authorization
x-api-key<token>

In: header

curl -X GET "https://example.com/authorization"
{  "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}