Operation HTTP Request Description
Get contact (deprecated)
GET /contacts/{email}
Get contact (deprecated)
Delete contact (deprecated)
DELETE /contacts/{email}
Delete contact (deprecated)
Patch contact (deprecated)
PATCH /contacts/{email}
Patch contact (deprecated)
Get contact detail by externalId
GET /contacts/external-id/{externalId}
Get contact detail by externalId
Delete contact by externalId
DELETE /contacts/external-id/{externalId}
Delete contact by externalId
Patch contact by externalId
PATCH /contacts/external-id/{externalId}
Patch contact by externalId
Get contact detail by email
GET /contacts/email/{email}
Get contact detail by email
Delete contact by email
DELETE /contacts/email/{email}
Delete contact by email
Patch contact by email
PATCH /contacts/email/{email}
Patch contact by email