Partner

Endpoints runnable with a PARTNER access token — account CRUD, plans, webhooks, provisioning, error notifications.

Endpoints runnable with a PARTNER access token — account CRUD, plans, webhooks, provisioning, error notifications. Reports live under 'Report Endpoints'; hipages-specific endpoints under 'hipages Endpoints'.

Terminology

These docs use one name per concept. Where the field name differs, it is given here.

TermWhat it meansField name
PartnerThe top-level tenant. Reaches every account and location beneath it.partner_id
AccountA business within a partner. Owns locations, campaigns and reports.account_id
LocationA single site with its own review-site connections and reviews.store_id

brand appears in some field names and status values as the older name for an account, and store as the older name for a location. They refer to the same records.

Prerequisites

  • A bearer token in the Authorization header. Any endpoint that needs no token says so on its own page.
  • The id of each record the call targets. Every endpoint page lists the ids it needs.

Errors

StatusMeaning
401The bearer token is missing, expired or invalid
403The token is valid but the record sits outside your account
422The request failed validation — the response names the fields
500Unexpected server error

Individual endpoints may return more; each page lists its own.

In this section

Accounts

Partner-side CRUD on the accounts the partner owns.

Open →

Plans (partner-managed)

Partner-managed plan templates + assignment surface.

Open →

Store provisioning

Move stores between service tiers — as a bulk operation, or one store at a time.

Open →

Users & roles

Partner/account company-admin user management (bearer token whose user's company is a partner bundle_id=1 or account bundle_id=3).

Open →

Webhook subscriptions

Partner-admin outbound webhook subscriptions. Every action captured in the review_history audit trail can be fanned out to a partner-owned webhook endpoint.

Open →

Error notifications

Operational-monitoring inbox for the partner: failed scrapes, missing credentials, throttled API quotas.

Open →

Reference & GBP

Partner-token read endpoints: the active industry list for the account create/edit dropdown, and the Google Business Profile connection-activity report (event feed + funnel KPIs) for every location under the caller's partner tree.

Open →

Referral

Partner referral programme.

Open →


Did this page help you?