Skip to main content
GET
/
customers
/
bridge
/
accepted-tos
Accepted Bridge TOS after signing agreement
curl --request GET \
  --url https://api.platform.dakota.xyz/customers/bridge/accepted-tos \
  --header 'x-api-key: <api-key>'
{
  "code": "invalid_request",
  "message": "The request was invalid. Please check your input and try again.",
  "details": {
    "field": "amount",
    "issue": "must be greater than 0"
  }
}

Authorizations

x-api-key
string
header
required

Query Parameters

signed_agreement_id
string
required

the signed agreement id for the TOS

tos_id
string
required

unique identifier for the TOS link to avoid exposing customer id

Response

TOS acceptance processed successfully, redirecting to success page