Skip to main content
GET
/
v0
/
organisation
/
{org_id}
/
keys
List API keys for the organisation
curl --request GET \
  --url https://sis.sumvin.com/v0/organisation/{org_id}/keys \
  --header 'Authorization: Bearer <token>'
{
  "_links": {
    "self": {
      "href": "<string>",
      "method": "GET",
      "templated": false,
      "description": "<string>"
    },
    "organisation": {
      "href": "<string>",
      "method": "GET",
      "templated": false,
      "description": "<string>"
    }
  },
  "api_keys": [
    {
      "id": "<string>",
      "name": "<string>",
      "created_at": 123,
      "enabled": true
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org_id
string
required

Response

Successful Response

api_keys
APIKeyData · object[]
required