Knips logoKnips API

Authorize

Validates the API key and returns the organisation or feed it is scoped to.

GET
/authorization

Validates the API key and returns the organisation or feed it is scoped to.

Authorization

basicAuth
AuthorizationBasic <token>

In: header

curl -X GET "https://example.com/authorization"
{  "feed": {    "name": "string",    "id": "string"  },  "organization": {    "name": "string",    "id": "string"  },  "status": "string"}
{  "error": {    "message": "string",    "type": "string"  }}
{  "error": {    "message": "string",    "type": "string"  }}
{  "error": {    "message": "string",    "type": "string"  }}
{  "error": {    "message": "string",    "type": "string"  }}