cURL
curl --request GET \ --url https://api.zavu.dev/v1/sub-accounts/{id}/api-keys \ --header 'Authorization: Bearer <token>'
{ "items": [ { "id": "<string>", "name": "<string>", "keyPrefix": "<string>", "environment": "live", "createdAt": 123, "key": "<string>", "permissions": [ "<string>" ], "lastUsedAt": 123, "revokedAt": 123 } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Sub-account ID.
List of API keys.
Show child attributes