Dashboard
APIList Banned Users API - Access Control | 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 Banned Users - View Blocked Members in Your Bot

Get a list of all members currently blocked from your Telegram or Discord community. Each record includes the ban timestamp, reason (if provided), and the user's profile information so you can review and manage access restrictions effectively.

GET/v2/projects/{project_id}/ban

Authorization

Bearer TokenRequired

Path Parameters

project_idstringrequired

The unique identifier of the project.

Query Parameters

limitintegerDefault: 10

Number of items per page.

offsetintegerDefault: 0

Number of items to skip.

Last updated: