email or userId, manage lightweight audience metadata, and check suppression state.
Common patterns
POST /v1/contacts/createrequiresemail.PUT /v1/contacts/updateaccepts eitheremailoruserId.GET /v1/contacts/findcan query byemail,userId, or both.POST /v1/contacts/deletedeletes byemailoruserId.- Suppression endpoints work by email.
Create a contact
Find a contact
Suppression workflow
GET /v1/contacts/suppression-statusreturns200for both known and unknown emails to avoid enumeration.DELETE /v1/contacts/suppressionremoves an existing suppression by email.