v1Resources/Review Invites/getList message templates

List message templates

Lists the agency's saved review-invite message templates — reusable email/SMS content for campaigns.

get/api/v1/review-invites/templates
review-invite:read
Response
dataarray of unknownoptional
Errors
401Missing, invalid, expired, or revoked API key.
403The key lacks the required scope, or isn't authorized for this client/location.
429Too many requests. Retry after the number of seconds in the Retry-After header.
get/api/v1/review-invites/templates
Your API key
{
  "data": [
    {
      "id": "cm_tmpl_1",
      "name": "Standard follow-up",
      "description": "Default post-visit email template",
      "content": null,
      "assignedLocationIds": [],
      "createdAt": "2026-01-15T09:00:00.000Z"
    }
  ]
}