Skip to main content
GET
/
review_booster
/
invitation_status
The status of a review invitation
curl --request GET \
  --url https://api.partoo.co/v2/review_booster/invitation_status \
  --header 'x-APIKey: <api-key>'
{
  "invitation_id": "d3d8c966-0356-4ec0-baae-13ec3622ebc2",
  "status": "CREATED"
}

Authorizations

x-APIKey
string
header
required

The authentication system on Partoo API is using API Key that should be put in the header of the request (the name of the header is x-APIKey). An api_key is linked to a user. This user's role will give you different access level to the API features.

Query Parameters

invitation_id
string

invitation id

Example:

"d3d8c966-0356-4ec0-baae-13ec3622ebc2"

Response

OK

invitation_id
string

invitation id

Example:

"d3d8c966-0356-4ec0-baae-13ec3622ebc2"

status
enum<string>

the current state of the SMS

Available options:
CREATED,
SENT,
FAILED_SEND,
DELIVERED,
FAILED_DELIVERY