Create contact identifier
This endpoint is used to create a new identifier for a contact. The identifier will be added to the contact and can be used for different purposes such as targeting, mapping, and more.
Authorizations
AuthorizationstringRequired
An access token issued to a user.
Path parameters
workspaceIdstring · uuidRequiredExample:
Your workspace identifier.
b4e02c85-c6d2-4b15-8885-e09671799c61contactIdstringRequiredExample:
The ID of a contact.
b4e02c85-c6d2-4b15-8885-e09671799c61Body
keystring · min: 1 · max: 64RequiredExample:
The identifier key.
secondaryEmailAddressResponses
201
The identifier was created successfully.
application/json
404
The contact or workspace was not found.
application/json
409
The HTTP could not be completed because of a conflict with the current state of the resource.
application/json
422
The HTTP request is well-formed but was unable to be processed. The HTTP response should include details about the error.
application/json
post
/workspaces/{workspaceId}/contacts/{contactId}/identifiersExamples
Create an identifier without properties
Create an identifier with properties
Last updated
Was this helpful?

