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