---
title: "Get Wholesale Signup Link"
method: GET
path: "/api/v1/auth/signup/wholesale/{token}"
tags: ["User APIs", "auth"]
---

# Get Wholesale Signup Link

`GET /api/v1/auth/signup/wholesale/{token}`

Resolve a distributor signup link for the landing page: the distributor
name, the allowed email domains, and the click-through TOU to display.

## Path parameters

- `token` string, required

## Query parameters

- `email` string, nullable — Optional - when supplied, the email-domain gate is checked

## Response `200`

Successful Response

- WholesaleSignupLinkPublic — The subset of a resolved signup link returned by the public GET endpoint (no internal ids beyond the displayed TOU's).
  - `distributor_name` string, required
  - `white_label` boolean, required
  - `contract_term_months` integer, required
  - `recipient_email` string, nullable
  - `tou_id` string, nullable
  - `tou_name` string, nullable
  - `tou_version` string, nullable
  - `tou_document_url` string, nullable
  - `tou_body` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
