cURL
curl --request GET \ --url https://api.bridge.xyz/v0/customers/{customerID}/card_accounts/{cardAccountID}/auth_controls \ --header 'Api-Key: <api-key>'
200
Example
{ "customer_id": "<string>", "card_account_id": "<string>", "spending_limits": [ { "period": "daily", "total_amount": "<string>", "remaining_amount": "<string>", "timezone": "<string>", "next_reset_at": "<string>", "currency": "usd" } ] }
Retrieve the applicable spend limits for the given card account
A UUID that uniquely identifies a resource
1 - 42
The authorization controls
The ID of the customer
The ID of the card account
The various spending limits for the card account for the current time period
Show child attributes
Was this page helpful?