API Reference//
- Find review template jobs for given location Ids
Find email Identities for given list of email addresses
Create a new email Identity
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
Get review template media presigned S3 url
Update an existing review template
Find review template jobs...
Returns the review template jobs for all locations managed by the authenticated user. Returns an empty list (HTTP 200) when the user lacks the required features or has no managed locations with the required product plan features.
- https://uberall.com/apihttps://uberall.com/api/customer-engagement/review-template/jobs
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/customer-engagement/review-template/jobs
curl -i -X GET \
https://uberall.com/api/customer-engagement/review-template/jobsResponse
[ { "batchId": 0, "reviewTemplate": { … }, "metrics": { … }, "scheduledDateUTC": "string", "message": "string" } ]