curl --request GET \
--url https://api.getovra.com/cards/{cardId}/policy \
--header 'Authorization: Bearer <token>'{
"cardId": "<string>",
"status": "<string>",
"usage": "<string>",
"isExpired": true,
"expiresAt": "2023-11-07T05:31:56Z",
"cooldownActive": true,
"spendStats": {
"dailySpent": 123,
"monthlySpent": 123,
"dailyRemaining": 123,
"monthlyRemaining": 123
},
"effectivePolicy": {
"maxTransactionEuros": 123,
"dailyLimitEuros": 123,
"monthlyLimitEuros": 123,
"autoApproveLimitEuros": 123,
"lockToFirstMerchant": true,
"cooldownMinutes": 123
}
}curl --request GET \
--url https://api.getovra.com/cards/{cardId}/policy \
--header 'Authorization: Bearer <token>'{
"cardId": "<string>",
"status": "<string>",
"usage": "<string>",
"isExpired": true,
"expiresAt": "2023-11-07T05:31:56Z",
"cooldownActive": true,
"spendStats": {
"dailySpent": 123,
"monthlySpent": 123,
"dailyRemaining": 123,
"monthlyRemaining": 123
},
"effectivePolicy": {
"maxTransactionEuros": 123,
"dailyLimitEuros": 123,
"monthlyLimitEuros": 123,
"autoApproveLimitEuros": 123,
"lockToFirstMerchant": true,
"cooldownMinutes": 123
}
}API key (sk_...) or Agent token (at_...)