List all intents for a specific card.
curl --request GET \
--url https://api.useproxy.ai/v1/cards/{cardId}/intents \
--header 'Api-Key: <api-key>'{
"cardId": "<string>",
"intents": [
{
"id": "<string>",
"cardId": "<string>",
"intentId": "<string>",
"summary": "<string>",
"status": "pending",
"expiresAt": 123,
"createdAt": 123,
"expectedAmount": 123,
"expectedCurrency": "<string>",
"expectedMerchant": "<string>",
"tolerance": 123,
"approvalRequired": true,
"approvedAt": 123,
"approvedBy": "<string>",
"rejectedAt": 123,
"rejectedBy": "<string>",
"rejectionReason": "<string>",
"transactionId": "<string>",
"matchResult": {
"amountMatch": true,
"merchantMatch": true,
"actualAmount": 123,
"actualMerchant": "<string>"
},
"matchedAt": 123
}
]
}curl --request GET \
--url https://api.useproxy.ai/v1/cards/{cardId}/intents \
--header 'Api-Key: <api-key>'{
"cardId": "<string>",
"intents": [
{
"id": "<string>",
"cardId": "<string>",
"intentId": "<string>",
"summary": "<string>",
"status": "pending",
"expiresAt": 123,
"createdAt": 123,
"expectedAmount": 123,
"expectedCurrency": "<string>",
"expectedMerchant": "<string>",
"tolerance": 123,
"approvalRequired": true,
"approvedAt": 123,
"approvedBy": "<string>",
"rejectedAt": 123,
"rejectedBy": "<string>",
"rejectionReason": "<string>",
"transactionId": "<string>",
"matchResult": {
"amountMatch": true,
"merchantMatch": true,
"actualAmount": 123,
"actualMerchant": "<string>"
},
"matchedAt": 123
}
]
}