---
title: "List Company Invitations"
method: GET
path: "/merchant/invitations"
tags: ["Company Review Invitations"]
---

# List Company Invitations

`GET /merchant/invitations`

## Query parameters

- `store` string, required
- `apikey` string, required

## Request body

- object
  - `order_id` unknown
  - `invite_sent` boolean
  - `page` integer
  - `limit` integer

## Response `200`

OK

- object
  - `status` string — If the request succeeded
  - `invitations` ListCompanyInvitationResponse[]
    - `id` string — Invitation ID
    - `order_id` string — Customer Order Reference
    - `customer_name` string — Customer Name
    - `customer_email` string — Customer Email Address
    - `email_sent` string — Has the Invitation been sent.
    - `status` string — Is the Invitation active. An inactive status means the Invitation has been paused and wont be sent.
    - `date_send` string — Date that the Invitation will be sent to the customer
    - `resent` integer — Amount of times the invitation has been resent. This is a manual action performed in the Invitation History section of the REVIEWS.io dashboard.

---

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