Skip to content

Resend verification email for given email address

Request

Query
identitystringrequired

Must be url encoded

Example:identity=identity=user1%40uberall.com
curl -i -X POST \
  'https://uberall.com/api/customer-engagement/identities/resend-verification?identity=identity%3Duser1%2540uberall.com'

Responses

OK response

Bodyapplication/json
emailAddressstring or null
identityTypestring or null
verificationStatusstring or null
messagestring or null
Response
{ "emailAddress": "string", "identityType": "string", "verificationStatus": "string", "message": "string" }