post
https://production-api.shoutaboutus.com/api/v1/signup/multi-location-signup
Public lead-capture form for prospects with multiple locations. Validates a Google reCAPTCHA v3 token and records the enquiry for sales follow-up. Does not create an account (the multi-location interest email has been retired; the lead is still captured for the sales team).
Auth
- Public — no bearer token (
auth: noauth).
Rate limit
- 10 requests/min per IP. Public route.
Body
| Field | Type | Required | Notes |
|---|---|---|---|
first_name | string | Required | 2–100 chars; no angle brackets. |
last_name | string | Required | ≤100 chars; no angle brackets. |
phone | string | Optional | 9–15 chars. |
email | string | Required | Valid email; unique across users and multi_location_sign_ups. |
company | string | Required | ≤255 chars; no angle brackets. |
number_of_locations | string | Optional | Free-text count of locations. |
notes | string | Optional | ≤4000 chars; no angle brackets. |
hear_about_us | string | Required | One of Website or Blog, Social Media, Referral, Other. |
hear_others | string | Optional | ≤255 chars. |
token_v3 | string | Required | Google reCAPTCHA v3 token; verified server-side. |
Behaviour
- Synchronous.
200on success. 422on validation failure (including duplicate email or a failed reCAPTCHA check).
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
