Apikeys
List your own API keys (tenant)
Authorization
ApiKeyAuth AGENTBOX-API-KEY<token>
In: header
Response Body
application/json
application/json
curl -X GET "https://api-keys"{ "items": [ { "keyId": "string", "user": "string", "team": "string", "role": "string", "quotaURL": "string", "description": "string", "issuedAt": "2019-08-24T14:15:22Z", "expiresAt": "2019-08-24T14:15:22Z", "syncSource": "string", "rawToken": "string" } ], "total": 0, "limit": 0, "offset": 0}{ "error": "string", "errorCode": "API_KEY_REQUIRED", "detail": null}