---
title: "Search for an invitation matching a set of criteria"
method: GET
path: "/review_booster/search-invitation"
tags: ["Review Booster"]
---

# Search for an invitation matching a set of criteria

`GET /review_booster/search-invitation`

This endpoint allows to fetch previously sent invitations. Your access token must be for an user subscribed to the Review Booster product to access this route. The user must have access to the business. This can be useful to avoid sending multiple invitations to the same user in a defined period.

## Query parameters

- `business_id` string, required — Business id
- `target_phone` string, required — the exact phone number we would have sent the invitation(s) to
- `after` number

## Response `200`

OK

- object
  - `page` integer — Current page number
  - `max_page` integer — Last page number
  - `count` integer — Number of resources complying with filters
  - `review_invitations` object[] — List of invitations sent
    - `user_name` string
    - `user_id` string
    - `id` string
    - `sent_time` string

## 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)
