Mint a web tracking identity token
Mints a short-lived HMAC proof bound to one active web tracking key, workspace, and normalized email. Identify the key by keyId or by its publishable publicKey value. If the email is not yet a contact, one is created (active, no lists, no automations triggered) so identified events are attributed instead of being silently dropped. Call this only from an authenticated backend; never expose the secret API key in browser code. Identified browser events without this proof are rejected before queueing. Requires commerce:write, automations:trigger, and subscribers:write (minting can create the contact).
Request body
Response
Identity proof minted
Changes
Changed in 2 of the 121 revisions of this API.5
- ○
added the optional property
retryableto the response with the400statusresponse-optional-property-added
- ○
added the optional property
retryableto the response with the401statusresponse-optional-property-added
- ○
added the optional property
retryableto the response with the403statusresponse-optional-property-added
- ○
added the optional property
retryableto the response with the404statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
- ○