Docs·API Reference
API Reference
RESTful, JSON, Bearer token auth. Access your requests, integrations, and webhook events programmatically.
Authentication
All API requests require a Bearer token. Generate an API key from your dashboard under Settings → API Keys.
Authorization: Bearer mb_live_xxxxxxxxxxxxxxxxxxxx
Base URL
https://app.mailbridge.ai/apiEndpoints
/api/requestsList all inbound email requests. Supports cursor-based pagination.
Query params
limitnumberMax results to return (default 20, max 100).
cursorstringPagination cursor from the previous response.
statusstringFilter by status: open | closed | all.
/api/requests/:idRetrieve a single request by ID, including full email body and triage result.
/api/integrationsList all active integrations (Slack, Discord, Linear, ClickUp) for the authenticated org.
/api/webhook-eventsList recent webhook event delivery attempts and their status.
Query params
limitnumberMax results to return (default 20).
Rate limits
The API is rate-limited per API key. Limits are returned in response headers on every request.
Rate limit headers: X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset.