AppAIGatewayDocs
API referenceAdmin management keys

List management keys

GET
/v1/admin/keys

Console session only. Management keys cannot administer management keys.

Authorization

ConsoleSession
agw_identity_auth.session_token<token>

The console's session cookie. Admin requests from the console also send x-console-request: 1.

In: cookie

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/admin/keys"
{  "keys": [    {      "id": "string",      "organizationId": "string",      "userId": "string",      "name": "string",      "tokenHint": "string",      "enabled": true,      "expiresAt": "string",      "createdAt": "string",      "revokedAt": "string"    }  ]}