POST
/
customers
/
tos_links
Request a hosted URL for ToS acceptance for new customer creation
curl --request POST \
  --url https://api.bridge.xyz/v0/customers/tos_links \
  --header 'Api-Key: <api-key>'
{
"data": {
"url": "https://dashboard.bridge.xyz/accept-terms-of-service?session_token=4d5d8c45-9feb-422a-bb5e-0fd32e3b3c53&redirect_uri=https%3A%2F%2Fgoogle.com"
}
}

Authorizations

Api-Key
string
header
required

Headers

Idempotency-Key
string

Response

201
application/json

A Bridge hosted URL for users to complete terms of service signing.

The response is of type object.