---
title: "Get Business's plans"
method: GET
path: "/business/{business_id}/plans"
tags: ["Subscriptions", "Businesses"]
---

# Get Business's plans

`GET /business/{business_id}/plans`

This endpoint lets you retrieve the business's plans.<br /> You need to be a Provider to access this endpoint.

## Path parameters

- `business_id` string, required

## Response `200`

OK

- BusinessPlans
  - `plans` BusinessPlan[] — The exhaustive list of the business's plans.
    - `name` 'presence_management' | 'review_management' | 'posts' | 'messages' | 'review_booster' | 'feedback_management' | 'competitive_benchmark', required — Plan's name.
    - `expiration_date` string — Plan's expiration date. If not set, the plan is active indefinitely.
    - `enabled` boolean — Plan's enablement. If true, the plan and all its features are enabled for this business, even if its organization doesn't have the plan or it's expired. If false, the plan and all its features are disabled for this business, even if its organization has the plan.
  - `org_plans` OrganizationPlan[] — The exhaustive list of the organization's plans.
    - `name` 'presence_management' | 'review_management' | 'posts' | 'messages' | 'review_booster' | 'bulk_modification' | 'feedback_management' | 'competitive_benchmark' | 'messages_channel_sms' | 'booking_links' | 'webhooks', required — Plan's name.
    - `expiration_date` string — Plan's expiration date. If not set, the plan is active indefinitely.
  - `active_plans` BusinessPlan[] — The exhaustive list of active plans for the business.
    - `name` 'presence_management' | 'review_management' | 'posts' | 'messages' | 'review_booster' | 'feedback_management' | 'competitive_benchmark', required — Plan's name.
    - `expiration_date` string — Plan's expiration date. If not set, the plan is active indefinitely.
    - `enabled` boolean — Plan's enablement. If true, the plan and all its features are enabled for this business, even if its organization doesn't have the plan or it's expired. If false, the plan and all its features are disabled for this business, even if its organization has the plan.

## Other responses

- `400` — Your request is incorrect
- `401` — You are not authenticated
- `403` — You are not allowed to perform this action

---

[API](https://skmtc.net/partoo/apis/partoo-rest-api.md) · [All operations](https://skmtc.net/partoo/apis/partoo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/partoo/partoo-rest-api/versions/3652d8b1a8b3/schema)
