Skip to content

List a card's spend controls

GET/v1/cards/{id}/authorization-controls

Requires 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

NameRequiredDescription
idrequired

Query parameters

NameRequiredDescription
limitoptional
starting_afteroptional

Example

curl https://api.rigid.fi/v1/cards/{id}/authorization-controls \
  -H "Authorization: Bearer $RIGID_API_TOKEN"

Responses

200

A page of spend controls on this card.

dataarray of objectrequired
+ show 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
400

Validation error

typestringrequired
titlestringrequired
statusintegerrequired
detailstring
instancestring
401

Authentication required

typestringrequired
titlestringrequired
statusintegerrequired
detailstring
instancestring
403

Forbidden

typestringrequired
titlestringrequired
statusintegerrequired
detailstring
instancestring
404

Card not found

typestringrequired
titlestringrequired
statusintegerrequired
detailstring
instancestring
500

Internal server error

typestringrequired
titlestringrequired
statusintegerrequired
detailstring
instancestring