Dashboard
APIList Targets API - View Access Destinations | 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 Targets - View All Access Destinations via API

Get all access destinations configured for your subscription bot. Targets are the Discord roles or Telegram channels/groups that members gain access to when they subscribe. Each target shows its platform, type, enabled status, and current participant count.

GET/v2/projects/{project_id}/targets

Authorization

Bearer TokenRequired

Path Parameters

project_idstringrequired

The unique identifier of the project.

Query Parameters

limitinteger

Number of items per page.

offsetinteger

Number of items to skip.

Last updated: