---
title: "Retrieve a hosted URL for ToS acceptance for an existing customer"
method: GET
path: "/customers/{customerID}/tos_acceptance_link"
tags: ["Customers"]
---

# Retrieve a hosted URL for ToS acceptance for an existing customer

`GET /customers/{customerID}/tos_acceptance_link`

The page at the returned URL will guide the user through the Bridge Terms of Service (ToS) acceptance flow. This can be used by existing customers to accept a new version of the ToS.

## Path parameters

- `customerID` string, required — A UUID that uniquely identifies a resource

## Response `200`

A Hosted URL for ToS acceptance

- object
  - `url` string, required — A hosted URL for ToS acceptance

## Other responses

- `401` — Missing or invalid API key
- `500` — Unexpected error. User may try and send the request again.

---

[API](https://skmtc.net/bridge/apis/bridge-api.md) · [All operations](https://skmtc.net/bridge/apis/bridge-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bridge/bridge-api/revisions/570998bde3b5/schema)
