Dashboard
APIGet Available Permission Scopes API | 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 Admin Permissions

Get the complete list of permission scopes you can assign to administrators. BotSubscription uses granular permissions to control what each admin can view and modify—from managing plans and memberships to accessing analytics and configuring settings.

GET/v2/projects/{project_id}/admins/permissions

Authorization

Bearer TokenRequired

Path Parameters

project_idstringrequired

The unique identifier of the project.

Last updated: