---
title: "Subscriptions for your business"
method: GET
path: "/business/{business_id}/subscription"
tags: ["Businesses", "Subscriptions"]
deprecated: true
---

# Subscriptions for your business

`GET /business/{business_id}/subscription`

> **Deprecated.**

<b>⚠️ This endpoint is deprecated. Please use the new endpoint [`/business/{business_id}/plans`](/api-reference/subscriptions/update-businesss-plans) instead. ⚠️</b>

This endpoint lets you access the subscription of a business.
You need to have `READ` access on this business.

## Path parameters

- `business_id` string, required

## Response `200`

OK

- object — Business subscriptions
  - `presence_management` SubscriptionDetails — The details on the product subscription
    - `status` 'inactive' | 'active'
    - `canceling_date` number — timestamp
  - `review_management` SubscriptionDetails — The details on the product subscription
    - `status` 'inactive' | 'active'
    - `canceling_date` number — timestamp
  - `review_booster` SubscriptionDetails — The details on the product subscription
    - `status` 'inactive' | 'active'
    - `canceling_date` number — timestamp
  - `messages` SubscriptionDetails — The details on the product subscription
    - `status` 'inactive' | 'active'
    - `canceling_date` number — timestamp

## Other responses

- `401` — You are not authenticated
- `403` — You are not allowed to perform this action
- `404` — Resource does not exist

---

[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/revisions/3652d8b1a8b3/schema)
