cURL
curl --request GET \ --url https://dev.exante.app/api/api-keys \ --header 'Authorization: Bearer <token>'
{ "status": "success", "data": { "items": [ { "uid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "Production integration", "key_snippet": "ex_live_...9AbC", "user_uid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "organization_uid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "scopes": [ "invoices:read" ], "last_used_at": "2023-11-07T05:31:56Z", "expires_at": "2023-11-07T05:31:56Z", "revoked_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ] } }
List all API keys for the current user and organization.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of API keys
"success"
Show child attributes