post
https://production-api.shoutaboutus.com/api/v1/signup/account/business/info
Step 3 (manual path) of self-service signup, used when the user does not connect a Google Business Profile. Saves a manually entered business name and address (by city_id) and provisions the company/store/plan the same way as the Google path.
Auth
- Public — no bearer token (
auth: noauth).
Rate limit
- 10 requests/min per IP. Public route.
Body
| Field | Type | Required | Notes |
|---|---|---|---|
signup_account_id | integer | Required | The signup activation id. |
business_name | string | Required | ≤100 chars; no angle brackets. |
address1 | string | Required | ≤255 chars. |
address2 | string | Optional | ≤255 chars. |
city_id | integer | Required | Must be an existing city. |
postal_code | string | Required | 3–12 chars. |
website_uri | string | Optional | Valid URL. |
Behaviour
- Synchronous.
200returns the activation snapshot includingdata.business. 422on validation failure.500on provisioning failure (transaction rolled back).
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
