POST /contacts/v1/addresses/email/search
Retrieves the contact key for one or more email channel addresses.
Name | Type | Description | |
---|---|---|---|
channelAddressList | array | Required | List of email channel addresses for which a contact key is requested |
maximumCount | integer | Number of contact keys associated with an email channel address. The default value is 1. |
Status | Name | Type | Description |
---|---|---|---|
200 | Response contains a list of contact keys with their created date and time. | ||
channelAddressResponseEntities | array | List of contact keys with their created date and time | |
channelAddressResponseEntities.contactKey | string | Contact key of the email channel address | |
channelAddressResponseEntities.createdDate | datetime | Contact key creation date | |
channelAddress | string | Requested email channel address | |
operationStatus | string | Current operation status | |
requestServiceMessageID | guid | Service message ID for the request | |
serviceMessageID | guid | Service message ID for the response | |
EmptyResponse | Empty response when the email channel address is not found. | ||
channelAddressResponseEntities | array | Empty array returned when email channel address is not found | |
channelAddress | string | Requested email channel address |
Example Request
Example Response