v1

latestOpenAPI 3.0.02026-07-247150151.6 KB
Card restrictions

Retrieve card restrictions

Retrieve all restrictions on a card

get/cards/{card_id}/restrictions

Response

OK

cardstring required

Example response

{
  "restrictions": [
    {
      "uuid": "846b9f2a-0e34-4783-ac74-83bb89781a05",
      "card_id": "a593e8c1-bcd3-4747-a903-2a829fa4e3fe",
      "restriction_type": "amount",
      "max_amount": "100.00",
      "date_created": "2020-06-29T14:59:38.386930",
      "date_updated": "2020-06-29T14:59:38.386930"
    }
  ]
}