Skip to main content
The Wirebox REST API provides programmatic access to manage agent identities, mailboxes, messages, and webhooks.

Base URL


Authentication

Every API call must include an active API key in the Authorization header:

Response Format

All successful responses return HTTP status 200 OK or 201 Created with a JSON payload. Deletions return 204 No Content.

Error Handling

When an error occurs, Wirebox returns standard HTTP 4xx or 5xx status codes along with a structured JSON error object:

Common Error Codes