Dashboard
APIList Admins API - View Bot Team Members | 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 Admins - View All Bot Team Members and Permissions

Get all team members who have administrative access to your subscription bot. Each admin record includes their user profile and assigned permissions, letting you review who can manage your project and what actions they are authorized to perform.

GET/v2/projects/{project_id}/admins

Authorization

Bearer TokenRequired

Path Parameters

project_idstringrequired

The unique identifier of the project.

Query Parameters

limitinteger

Number of items per page. Default: 50

offsetinteger

Number of items to skip. Default: 0

Last updated: