---
title: "The status of a review invitation"
method: GET
path: "/review_booster/invitation_status"
tags: ["Review Booster"]
---

# The status of a review invitation

`GET /review_booster/invitation_status`

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.

## Query parameters

- `invitation_id` string — invitation id

## Response `200`

OK

- object
  - `invitation_id` string — invitation id
  - `status` 'CREATED' | 'SENT' | 'FAILED_SEND' | 'DELIVERED' | 'FAILED_DELIVERY' — the current state of the SMS

## Other responses

- `400` — Your request is incorrect
- `404` — Resource does not exist

---

[API](https://skmtc.net/partoo/apis/partoo-rest-api.md) · [All operations](https://skmtc.net/partoo/apis/partoo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/partoo/partoo-rest-api/versions/3652d8b1a8b3/schema)
