Get an API Key
GET
/
api-keys
/{apiKeyId}
Authorization
Authorization
RequiredBearer <token>
Session token.
Example: "Authorization": "Bearer <token>"
In: header
X-API-Key
<token>
API key.
Example: "X-API-Key": "<apiKey>"
In: header
Path Parameters
apiKeyId
Requiredstring
The id of the API key
Success