Retrieve access events (credential access grants) for a card.
cURL
curl --request GET \ --url https://api.useproxy.ai/v1/cards/{cardId}/access-events \ --header 'Authorization: Bearer <token>'
{ "cardId": "<string>", "accessEvents": [ { "id": "<string>", "cardId": "<string>", "status": "granted", "intentId": "<string>", "purpose": "<string>", "expectedAmount": 123, "expectedCurrency": "<string>", "merchantText": "<string>", "reason": "<string>", "grantedAt": "2023-11-07T05:31:56Z", "expiresAt": "2023-11-07T05:31:56Z", "consumedAt": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ] }
API key authentication. Include your API key in the Authorization header as Bearer <api_key>.
Bearer <api_key>
Card ID (e.g., card_...)
Maximum number of results to return (default: 50)
1 <= x <= 100
List of access events
Show child attributes