get
https://production-api.shoutaboutus.com/api/v1/partner/account//assigned-plan
Get the account company record plus the plan currently assigned to it (with the plan's features and review-site profile included), or plan: null when no plan is assigned.
Auth: Partner — authentication under partner/account. The route id is constrained to [0-9]+. Note: this method only checks the company exists (404 if not) and does NOT call canManageBrand, so it performs no partner-tree ownership check beyond authentication.
Rate limit: No rate limit.
Request
Response — { data. } envelope wrapping an inner data object.
data.account(object) — fullCompanymodel row for the account (id, name, code, company_id, bundle_id, billing_model, contract_model, client_account_id, timestamps, etc.).data.plan(object|null) — the assignedPlan(latestcompany_plansrow) with:id,plan_name,price,status,plan_type,enforcement_mode,is_admin_managed,short_info, timestamps.features(array) —plan_featuresrows:feature_name,enabled,service_limit,limit_type,included_units,overage_rate,hard_stop.plan_review_sites(array) — each withreview_site_id,pull_frequency,pull_interval,pull_times,pull_daysand a nestedreview_siteobject.nullif the account has nocompany_plans.plan_id.
Path params
| Parameter | Type | Required | Notes |
|---|---|---|---|
brandId | integer | Required | Digits only. |
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
