Card Restrictions

Number of APIs: 5

  1. create card restriction POST https://{{environment}}.bond.tech/api/v0/cards/{{card_id}}/restrictions

  2. update card restriction PATCH https://{{environment}}.bond.tech/api/v0/cards/{{card_id}}/restrictions

  3. get card restriction GET https://{{environment}}.bond.tech/api/v0/cards/{{card_id}}/restrictions

  4. get card restriction by id GET https://{{environment}}.bond.tech/api/v0/cards/{{card_id}}/restrictions/{{restriction_id}}

  5. delete card restriction DELETE https://{{environment}}.bond.tech/api/v0/cards/{{card_id}}/restrictions/{{restriction_id}}