Skip to main content
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": "<string>"
}

Authorizations

Api-Key
string
header
required

Path Parameters

customerID
string
required

A UUID that uniquely identifies a resource

Required string length: 1 - 42

Response

A Hosted URL for ToS acceptance

url
string
required

A hosted URL for ToS acceptance