cURL
curl --request GET \ --url https://api.totalis.com/admin/api-keys \ --header 'x-admin-api-key: <api-key>'
{ "keys": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "key_prefix": "<string>", "entity_type": "<string>", "entity_id": "<string>", "name": "<string>", "status": "active", "created_at": "2023-11-07T05:31:56Z", "expires_at": "2023-11-07T05:31:56Z", "last_used_at": "2023-11-07T05:31:56Z", "request_count": 123, "revoked_at": "2023-11-07T05:31:56Z", "revoked_reason": "<string>" } ] }
List all API keys, optionally filtered by entity ID or entity type.
Admin API key for administrative operations.
Filter by entity ID
Filter by entity type
unified
List of API keys
Show child attributes
Was this page helpful?