Keys
List API Keys
List all API keys for your account
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
{ "keys": [ { "id": "string", "name": "string", "key": "string", "secret": "string", "max_uses": number, "uses": number, "user_id": "string", "scopes": { "admin": true }, "revoked": false, "createdAt": "2022-06-01T16:25:08.473Z", "updatedAt": "2022-06-01T16:25:08.473Z" } ], "count": 1 }
The response is of type object
.