Retrieve a hosted URL for ToS acceptance for an existing customer
The page at the returned URL will guide the user through the Bridge Terms of Service (ToS) acceptance flow. This can be used by existing customers to accept a new version of the ToS.
GET
/
customers
/
{customerID}
/
tos_acceptance_link
Retrieve a hosted URL for ToS acceptance for an existing customer
Copy
Ask AI
curl --request GET \ --url https://api.bridge.xyz/v0/customers/{customerID}/tos_acceptance_link \ --header 'Api-Key: <api-key>'