Skip to content

Find email Identities for given list of email addresses

Request

Query
identityArray of stringsrequired

Must be url encoded

Example:identity=identity=user1%40uberall.com&identity=user2%40uberall.com
shouldUpdateStatusboolean or null

When true, we call the email provider to check for identity status

Example:shouldUpdateStatus=true
curl -i -X GET \
  'https://uberall.com/api/customer-engagement/identities?identity=identity%3Duser1%2540uberall.com%26identity%3Duser2%2540uberall.com&shouldUpdateStatus=true'

Responses

OK response

Bodyapplication/json
identitiesArray of objects or null
messagestring or null
Response
{ "identities": [ {} ], "message": "string" }