List API access tokens
Lists all API keys.
GET /api/management/security/apiKeys/
Example request
GET: /api/management/security/apiKeys/
Response message
HTTP status code | Reason | Response model |
---|---|---|
200 | OK | PagedList<Api key> |
401 | Unauthorized | Error |
403 | Forbidden | Error |
500 | InternalServerError | Error |