Dashboard
APIList API Keys - Manage Bot Integration Access | 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 API Keys - Manage Your Subscription Bot Integrations

View all API keys associated with your project. For security, the actual key secrets are never returned—only metadata like the label, creation date, and last four characters. Use this to audit which keys exist and identify any that should be revoked.

GET/v2/projects/{project_id}/integrations/api-keys

Authorization

Bearer TokenRequired

Path Parameters

project_idstringrequired

The unique identifier of the project.

Last updated: