API Reference//
- Resend verification email for given email address
Find email Identities for given list of email addresses
Create a new email Identity
Find review templates for given location Ids
Create new review template for given location Ids
Start a review generation job for given customer location Ids and review template Id
Find review template jobs for given location Ids
Get review template media presigned S3 url
Update an existing review template
Resend verification email...
- https://uberall.com/apihttps://uberall.com/api/customer-engagement/identities/resend-verification
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/customer-engagement/identities/resend-verification
curl -i -X POST \
'https://uberall.com/api/customer-engagement/identities/resend-verification?identity=identity%3Duser1%2540uberall.com'Response
{ "emailAddress": "string", "identityType": "string", "verificationStatus": "string", "message": "string" }