Mailboxes API
Use the AI Inbx mailboxes API. Browse endpoints, request parameters, response schemas, and code examples for your integration.
Connect and manage provider mailboxes.
Endpoints
| Method | Operation | Path |
|---|---|---|
GET |
List mailboxes | /mailboxes |
POST |
Create a mailbox connection URL | /mailboxes/connect |
GET |
Retrieve a mailbox | /mailboxes/{mailbox_id} |
DELETE |
Disconnect a mailbox | /mailboxes/{mailbox_id} |
POST |
Queue a mailbox sync | /mailboxes/{mailbox_id}/sync |
Request essentials
Use https://api.aiinbx.com/api/v2 as the base URL and send your API key in Authorization: Bearer <key>. Keep credentials on your server.
See Authentication for scopes, Conventions for pagination and idempotency, and Errors for recovery guidance. Each endpoint page includes its parameters, response schemas, and copyable curl, JavaScript, and Python examples.