1. Token API

GetApiKeyByToken

The GetApiKeyByToken endpoint retrieves a single API key identified by its token.

Relative Route/token
HTTP VerbGET

Headers

The following header is required:

NameFormatDescription
X-GQL-TokenstringThe token of the key to retrieve.

Response body

The response is the DeliveryApiKey that correspond to the token:


 {
  "TenantId": "Sitecore-tenant-id",
  "Hash": "example_token",
  "IsRevoked": false,
  "Label": "Example key",
  "Scopes": ["scope1", "scope2"],
  "CreatedBy": "ADN",
  "Created": "2020-12-02"
 }
]
If you have suggestions for improving this article, let us know!