---
title: "Get Organization's plans"
method: GET
path: "/org/{org_id}/plans"
tags: ["Subscriptions", "Organizations"]
---

# Get Organization's plans

`GET /org/{org_id}/plans`

This endpoint lets you retrieve the organization's plans.     
You need to be a Provider to access this endpoint.

## Path parameters

- `org_id` integer, required

## Response `200`

OK

- OrgPlans
  - `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.

## 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)
