v1

latestOpenAPI 3.1.02026-08-06236494759.4 KB
Card Rules

Get Countries Rules

Endpoint to get the CardRuleCountries of the Card.

get/business/v2/cards/{cardId}/rules/countries

Path parameters

cardIdstring required

The Card ID.

Example:7bf79328-a7ae-4222-aa54-091ff7f429a7

Response

The results is CardRuleCountries.

totalinteger

It represents the total number of available items in the list.

Example response

{
  "total": 168,
  "results": [
    {
      "enabled": true
    }
  ]
}