Dashboard
APIGet Target API - Access Destination 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 Target - Fetch Access Destination Details via API

Fetch complete details for a single access destination by its internal ID. The response includes the target's platform (Discord or Telegram), type (role, channel, or group), enabled status, linked plan count, and current member count.

GET/v2/projects/{project_id}/targets/{target_id}

Authorization

Bearer TokenRequired

Path Parameters

project_idstringrequired

The unique identifier of the project.

target_idstringrequired

The internal target ID (UUID).

Last updated: