Dashboard
APIGet Plan API - Subscription Plan Details | 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_•••'

Get Project Plan - Fetch Subscription Plan Details via API

Retrieve complete details for a single subscription plan by its ID. The response includes the plan's name, price, duration, payment options (recurring or one-time), and which community targets (roles or channels) members receive upon purchase.

GET/v2/projects/{project_id}/plans/{plan_id}

Authorization

Bearer TokenRequired

Path Parameters

project_idstringrequired

The unique identifier of the project.

plan_idstringrequired

The unique identifier of the plan.

Last updated: