Save manual business address (step 3 — manual path)

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

FieldTypeRequiredNotes
signup_account_idintegerRequiredThe signup activation id.
business_namestringRequired≤100 chars; no angle brackets.
address1stringRequired≤255 chars.
address2stringOptional≤255 chars.
city_idintegerRequiredMust be an existing city.
postal_codestringRequired3–12 chars.
website_uristringOptionalValid URL.

Behaviour

  • Synchronous. 200 returns the activation snapshot including data.business.
  • 422 on validation failure.
  • 500 on provisioning failure (transaction rolled back).
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
integer
string
string
string
integer
string
string
Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json