GET
/
customers
/
{customerID}
/
tos_acceptance_link
Retrieve a hosted URL for ToS acceptance for an existing customer
curl --request GET \
  --url https://api.bridge.xyz/v0/customers/{customerID}/tos_acceptance_link \
  --header 'Api-Key: <api-key>'
{
"url": "https://dashboard.bridge.xyz/accept-terms-of-service?email=sage%40blick-mayer.example&t=74ea7c13-2b52-5073-bd12-6879f92b88dd"
}

Authorizations

Api-Key
string
header
required

Path Parameters

customerID
string
required

A UUID that uniquely identifies a resource

Required string length: 1 - 42

Response

200
application/json

A Hosted URL for ToS acceptance

The response is of type object.