BoomSauceBoomSauce / API
OpenAPIPostmanGet API key →
BoomSauce API · v1

Email infrastructure your engineers actually want to integrate.

REST + JSON. Bearer auth. Idempotent. Per-key scopes + IP allowlist. Webhook signatures via HMAC. Test-mode keys that never touch SMTP. Every response carries X-Request-Id and rate-limit headers.

REST + JSONOpenAPI 3.1HMAC webhooks300 req/min defaultIdempotency-KeyTest mode
30-SECOND QUICKSTART
  1. Generate a key with scope brands:read.
  2. Paste it in the auth box below — it persists across reloads.
  3. Hit Try it on any endpoint and watch the response.
curl https://app.boomsauce.com/api/v1/brands \
  -H "Authorization: Bearer YOUR_KEY"
Auth helperStored only in your browser

Error reference

Every 4xx/5xx response carries error, message, request_id, and docs_url. Send the request_id to support and we can find it in one query.