---
title: "Request a hosted URL for ToS acceptance for new customer creation"
method: POST
path: "/customers/tos_links"
tags: ["Customers"]
---

# Request a hosted URL for ToS acceptance for new customer creation

`POST /customers/tos_links`

The URL endpoint returned will guide the user through a Bridge TOS flow. Signing this acceptance flow is a requirement for creating customers.

## Headers

- `Idempotency-Key` string, required

## Response `201`

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

- object
  - `url` string, required — A Bridge hosted URL for users to complete terms of service signing.

## 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)
