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", "timezone": "<string>", "next_reset_at": "<string>", "total_amount": "<string>", "remaining_amount": "<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 response is of type object.
object
Was this page helpful?