Skip to main content
GET
List API Keys

Authorizations

Authorization
string
header
required

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 }

keys
object[]
count
integer