Retrieve an access event by ID.
cURL
curl --request GET \ --url https://api.useproxy.ai/v1/access-events/{accessEventId} \ --header 'Authorization: Bearer <token>'
{ "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>
Access event ID
Access event details
granted
denied
consumed
expired