Skip to main content

Invitation status

GET 

/api/v2/reviews/invitations/status

Invitation status

Request

Query Parameters

    invitation_id stringrequired

Responses

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.

Schema

    status stringrequired

    Possible values: [CREATED, SENT, FAILED_SEND, DELIVERED, FAILED_DELIVERY]

    The current state of the SMS

    invitation_id stringrequired

    Invitation ID

Loading...