cURL
curl --request POST \ --url https://api.bridge.xyz/v0/customers/tos_links \ --header 'Api-Key: <api-key>'
201
TosUrl
{ "data": { "url": "https://dashboard.bridge.xyz/accept-terms-of-service?session_token=4d5d8c45-9feb-422a-bb5e-0fd32e3b3c53&redirect_uri=https%3A%2F%2Fgoogle.com" }}
The URL endpoint returned will guide the user through a Bridge TOS flow. Signing this acceptance flow is a requirement for creating customers.
A Bridge hosted URL for users to complete terms of service signing.
The response is of type object.
object
Was this page helpful?