Retrieve intents associated with a card.
cURL
curl --request GET \ --url https://api.useproxy.ai/v1/cards/{cardId}/intents \ --header 'Authorization: Bearer <token>'
{ "cardId": "<string>", "intents": [ { "id": "<string>", "cardId": "<string>", "purpose": "<string>", "status": "pending_approval", "intentId": "<string>", "expectedAmount": 123, "expectedCurrency": "<string>", "expectedMerchant": "<string>", "expectedMccs": [ "<string>" ], "toleranceAmount": 123, "tolerancePercent": 123, "expiresAt": 123, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "approvedAt": "2023-11-07T05:31:56Z", "rejectedAt": "2023-11-07T05:31:56Z", "rejectionReason": "<string>", "canceledAt": "2023-11-07T05:31:56Z", "matchedAt": "2023-11-07T05:31:56Z", "mismatchedAt": "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 intents
Show child attributes