Apikeys

List your own API keys (tenant)

GET
/api-keys

Authorization

ApiKeyAuth
AGENTBOX-API-KEY<token>

In: header

Response Body

application/json

application/json

curl -X GET "https://api-keys"
[  {    "keyId": "string",    "user": "string",    "team": "string",    "role": "string",    "description": "string",    "issuedAt": "2019-08-24T14:15:22Z",    "expiresAt": "2019-08-24T14:15:22Z",    "syncSource": "string",    "rawToken": "string"  }]
{  "error": "string",  "errorCode": "API_KEY_REQUIRED",  "detail": null}