List a card's spend controls
GET
/v1/cards/{id}/authorization-controlsRequires an API client bearer token.
Lists the spend controls placed directly on this card (scope fixed to the card by the path — a caller cannot list another scope through this route).
Parameters
Path parameters
| Name | Required | Description |
|---|---|---|
| id | required |
Query parameters
| Name | Required | Description |
|---|---|---|
| limit | optional | |
| starting_after | optional |
Example
curl https://api.rigid.fi/v1/cards/{id}/authorization-controls \
-H "Authorization: Bearer $RIGID_API_TOKEN"Responses
200A page of spend controls on this card.
dataarray of objectrequired
+ show properties− hide properties
mcc_allowarray of string
mcc_denyarray of string
country_allowarray of string
country_denyarray of string
channels_denyarray of "pos" | "ecommerce" | "atm" | "moto"
entry_mode_denyarray of "contactless" | "chip" | "magstripe" | "manual"
max_amountstring
idstringrequired
activebooleanrequired
has_morebooleanrequired
next_cursorstring | nullrequired
400Validation error
typestringrequired
titlestringrequired
statusintegerrequired
detailstring
instancestring
401Authentication required
typestringrequired
titlestringrequired
statusintegerrequired
detailstring
instancestring
403Forbidden
typestringrequired
titlestringrequired
statusintegerrequired
detailstring
instancestring
404Card not found
typestringrequired
titlestringrequired
statusintegerrequired
detailstring
instancestring
500Internal server error
typestringrequired
titlestringrequired
statusintegerrequired
detailstring
instancestring