API Reference//
- Create a new email Identity
Find email Identities for given list of email addresses
Resend verification email for given email address
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
Create a new email Identi...
Creates a new email Identity in AWS and sends a verification email
- https://uberall.com/apihttps://uberall.com/api/customer-engagement/identities
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/customer-engagement/identities
curl -i -X POST \
https://uberall.com/api/customer-engagement/identities \
-H 'Content-Type: application/json' \
-d '{
"emailAddress": "user@example.com"
}'Response
{ "emailAddress": "string", "identityType": "string", "verificationStatus": "string", "message": "string" }