Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 806 Bytes

list-keys.md

File metadata and controls

25 lines (17 loc) · 806 Bytes
description
Lists all API keys.

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