Brew’s REST API lets you manage contacts, trigger automations, and send transactional emails
Get your API key
Test your connection
Start building
https://api.getbrew.ai/v1
All requests must include an Authorization
header with your API key:
@
with %40
. For example: [email protected]
becomes user%40example.com
.x-ratelimit-limit
: Max requests per secondx-ratelimit-remaining
: Requests left in current windowx-ratelimit-reset
: When your limit resets (Unix timestamp)Status | Description |
---|---|
200 | Success |
400 | Bad request |
401 | Invalid API key |
404 | Resource not found |
409 | Conflict (duplicate) |
429 | Rate limit exceeded |
500 | Server error |
Common Error Solutions
Bearer YOUR_API_KEY
formatCORS and Client-Side Issues
Idempotency-Key
header with a unique value:
welcome-email/user-123
)