v1

latestOpenAPI 3.1.0© Copyright Partoo2026-07-26163503484.0 KB
Review Booster

The status of a review invitation

This endpoint allows to get the status about an invitation sent through the Review Booster. Your access token must be for a user subscribed to the Review Booster. The invitation id must be for a business for which the user has access to.

get/review_booster/invitation_status

Query parameters

invitation_idstring

invitation id

Example:d3d8c966-0356-4ec0-baae-13ec3622ebc2

Response

OK

invitation_idstring

invitation id

status'CREATED' | 'SENT' | 'FAILED_SEND' | 'DELIVERED' | 'FAILED_DELIVERY'

the current state of the SMS

Example response

{
  "invitation_id": "d3d8c966-0356-4ec0-baae-13ec3622ebc2"
}