Review-site dropdown

GET variant of the same route backing the review-site dropdown — returns the selectable review-site catalog (value/label pairs) for an account: the union of review sites on the plans assigned to the account's account(s), with hipages pinned first, then Google (44) and Yelp (1). Legacy Google site id 52 is always excluded.

Auth: Both — authentication under the role-agnostic /account/* prefix (top-level authentication group). Target account comes from company_id (query param here) or falls back to the auth user's own person.company_id. company_id must sit inside your own account tree, so a Partner (bundle_id=1) may target any company in its tree while an Account (bundle_id=3) reaches only its own part of the account tree.

Rate limit: No rate limit.

Request

  • Query: company_id (integer, optional) — nullable; must exists in the account's id and pass an ownership check. Defaults to the auth user's person.company_id when you omit it.
  • Query: except_review_site_id (array, optional) — nullable|array of review-site ids to exclude; each element required when the param is present.

Response{ data. } envelope.

  • data.status (string) — always "success".
  • data.response (array) — list of review sites; [] when no plans/review sites resolve. Each item:
  • value (integer) — review site id.
  • label (string) — review site name; id 44 force-labelled "Google", otherwise the review site's name.

Errors: 422 on validation failure.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Response

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