Contacts
Upsert Contacts
Send either one contact object or a { contacts: [...] } batch payload. Brew auto creates missing custom field definitions, supports idempotency, and returns 207 for batch partial failures.
POST
Documentation Index
Fetch the complete documentation index at: https://docs.brew.new/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Send your Brew API key as Authorization: Bearer brew_xxx.
Headers
Optional idempotency key for safe retries. Reusing the same key with the same request body returns the original response for 24 hours.
Required string length:
1 - 100Body
application/json
Single contact payload or batch contact payload.