Add contact
Register a per-medium contact address for a recipient. Email needs a primary email contact to receive email. A duplicate (medium, address), or a second primary for the same (recipient, medium), returns 409.
email contact and mark it is_primary.
💡 Sync this server-side (e.g. on your /me endpoint) so the address never rides a browser request.Authorizations
Bearer authentication header of the form Bearer bv_xxxxxxxxx, where bv_xxxxxxxxx is your API Key with Full access or Recipient acess scope.
Path Parameters
The unique identifier of the recipient.
Body
The delivery transport. Only email is exercised today.
email, sms, web_push, mobile_push The contact address. For email it must contain @ and is stored lowercased.
Mark this as the primary contact for its medium. Only one primary is allowed per (recipient, medium).
Response
Contact created