Dashboard
APIGet User API - Member Profile & Status | 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 User - Fetch Member Profile and Status

Fetch complete profile data for a single member in your subscription bot. The response includes account timestamps, admin privileges, ban status, and current wallet balance—everything you need to understand a member's status at a glance.

GET/v2/projects/{project_id}/users/{user_id}

Authorization

Bearer TokenRequired

Path Parameters

project_idstringrequired

The unique identifier of the project.

user_idstringrequired

The unique identifier of the user (numeric ID).

Last updated: