Developer portal
Bot API workbench
Each screen solves one narrow question: onboarding, creation, attachment, delivery health, keys, channels, reference, or a manual request run.
Sign in to inspect Bot API owner data
Operational pages read your current web session token from the browser and then call the owner-side Bot API endpoints.
Endpoint reference
Each row maps one concrete endpoint to one concrete job.
Owner endpoints
Owner
GET/v1/bot-api/botsBots
Owner
POST/v1/bot-api/botsCreate Bot
Owner
GET/v1/bot-api/bots/{id}Bot Hub
Owner
POST/v1/bot-api/bots/{id}/tokenRotate token
Owner
GET/v1/bot-api/bots/{id}/channelsAttached channels
Owner
POST/v1/bot-api/bots/{id}/channels/{channelId}Attach channel
Owner
GET/v1/bot-api/bots/{id}/statsRuntime stats
Owner
GET/v1/bot-api/bots/{id}/updatesRecent updates
Owner
GET/v1/bot-api/bots/{id}/webhookWebhook delivery
Owner
GET/v1/bot-api/bots/{id}/webhook/errorsWebhook errors
Owner
PUT/v1/bot-api/bots/{id}/webhookWebhook config
Owner
DELETE/v1/bot-api/bots/{id}/webhookDisable webhook
Owner
POST/v1/bot-api/bots/{id}/webhook/replayReplay failed deliveries
Bot runtime endpoints
Bot token
GET/v1/bot-api/meInspect current bot identity
Bot token
GET/v1/bot-api/channelsList channels available to the bot
Bot token
POST/v1/bot-api/channels/{id}/postsPublish a post as the bot
Bot token
GET/v1/bot-api/updatesConsume events with polling