Dashboard
APIList Plans API - Subscription Bot Pricing Tiers | BotSubscription
api.botsubscription.com
GET/v1/endpoint
AuthenticationBearer
Token
Stays in this tab. Required for this endpoint — the value below is what gets sent.
Mock
curl --request GET \
  --url https://api.botsubscription.com/v1/endpoint \
  --header 'Authorization: Bearer sk_live_•••'

List Project Plans - Get All Subscription Bot Pricing Tiers

Fetch all subscription plans configured for your project. Each plan includes pricing details, billing duration, recurring payment settings, and the Telegram channels or Discord roles it grants access to. Use this to sync your pricing page or build custom checkout flows.

GET/v2/projects/{project_id}/plans

Authorization

Bearer TokenRequired

Path Parameters

project_idstringrequired

The unique identifier of the project.

Query Parameters

limitintegerDefault: 20

Number of items per page.

offsetintegerDefault: 0

Number of items to skip.

Last updated: