Card Restrictions

Number of APIs: 5

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

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

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

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

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