Find ContactIds
Retrieves a list of contact IDs by email address.
Function
findContactIds()
Url
- POST:
/PuresendService/v1/findContactIds
Parameters
- email:
String
- email search string.
- searchSubAccounts:
boolean
- whether to search sub accounts
Return
- contactIds:
int[]
- array of contact IDs
Exception
- Exception
Documentation
- Retrieves a list of contact IDs by email address.
- Option to include searching sub-accounts.
Examples
{
"email": "test@email.com",
"searchSubAccounts": false
}
{
"contactIds": [
123456789449958
]
}