Dashboard
APIAdd Admin 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_•••'

Add Admin - Grant Bot Management Access via API

Grant administrative access to a team member by promoting an existing user. You define exactly which permissions they receive—from read-only access to full control. The user must already exist in your project before they can be added as an admin.

POST/v2/projects/{project_id}/admins

Authorization

Bearer TokenRequired

Path Parameters

project_idstringrequired

The unique identifier of the project.

Request Body

user_idstringrequired

The unique identifier of the user to promote to admin.

permissionsarrayrequired

Array of permission strings to grant.

Last updated: