---
title: "Get Current Pricing Plan"
method: GET
path: "/api/billing/get-current-pricing-plan"
tags: ["Billing"]
---

# Get Current Pricing Plan

`GET /api/billing/get-current-pricing-plan`

Get current pricing plan.

## Response `200`

Successful Response

- PricingPlanSchema — Pricing plans schema.
  - `pricing_plan_name` string, required
  - `number_of_chatbots` integer, required
  - `characters_per_bot` integer, required
  - `monthly_message_credits` integer, required
  - `is_api_access` boolean, nullable — Flag for API access availability.
  - `is_zapier_integration` boolean, nullable — Flag for Zapier integration availability.
  - `is_slack_integration` boolean, nullable — Flag for Slack integration availability.
  - `is_whatsapp_integration` boolean, nullable — Flag for WhatsApp integration availability.
  - `is_wordpress_integration` boolean, nullable — Flag for WordPress integration availability.
  - `is_microsoft_team_integration` boolean, nullable — Flag for Microsoft Teams integration availability.
  - `is_messenger_integration` boolean, nullable — Flag for Messenger integration availability.
  - `is_gpt4_option` boolean, nullable — Flag for GPT-4 option availability.
  - `is_remove_chatfly_powered` boolean, nullable — Flag for removing Chatfly powered branding.
  - `limit_message_of_user` integer — Default limit for messages per user.
  - `current_number_message_of_user` integer — Current number of messages for the user.

---

[API](https://skmtc.net/chat-fly/apis/chatfly-backend-application.md) · [All operations](https://skmtc.net/chat-fly/apis/chatfly-backend-application/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chat-fly/chatfly-backend-application/revisions/cbb37496f138/schema)
