Get an API key
Gets a existing API key.
GET /api/management/security/apiKeys/{apiKeyId}
Parameters
Name | Parameter type | Type | Format | Description |
---|---|---|---|---|
apiKeyId | path | string | Guid | The API key identifier |
Example request
GET: /api/management/security/apiKeys/551bcd98-fba5-43b7-95cf-c3e0abc540c1
Response message
HTTP status code | Reason | Response model |
---|---|---|
200 | OK | API key |
401 | Unauthorized | Error |
403 | Forbidden | Error |
404 | NotFound | Error |
500 | InternalServerError | Error |