Card Restrictions
Number of APIs: 5
-
create card restriction POST https://{{environment}}.bond.tech/api/v0.1/cards/{{card_id}}/restrictions
-
get card restriction by id GET https://{{environment}}.bond.tech/api/v0.1/cards/{{card_id}}/restrictions/{{restriction_id}}
-
update card restriction PATCH https://{{environment}}.bond.tech/api/v0.1/cards/{{card_id}}/restrictions
-
get card restriction GET https://{{environment}}.bond.tech/api/v0.1/cards/{{card_id}}/restrictions
-
delete card restriction DELETE https://{{environment}}.bond.tech/api/v0.1/cards/{{card_id}}/restrictions/{{restriction_id}}