---
title: "GET /v2/Services/{ServiceSid}/Channels/{ChannelSid}/Invites"
method: GET
path: "/v2/Services/{ServiceSid}/Channels/{ChannelSid}/Invites"
tags: ["IpMessagingV2Invite"]
---

# GET /v2/Services/{ServiceSid}/Channels/{ChannelSid}/Invites

`GET /v2/Services/{ServiceSid}/Channels/{ChannelSid}/Invites`

## Path parameters

- `ServiceSid` string, required
- `ChannelSid` string, required

## Query parameters

- `Identity` string[]
- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `invites` IpMessagingV2ServiceChannelInvite[]
    - `sid` string, nullable
    - `account_sid` string, nullable
    - `channel_sid` string, nullable
    - `service_sid` string, nullable
    - `identity` string, nullable
    - `date_created` string, date-time, nullable
    - `date_updated` string, date-time, nullable
    - `role_sid` string, nullable
    - `created_by` string, nullable
    - `url` string, uri, nullable
  - `meta` object
    - `first_page_url` string, uri
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri
    - `key` string

## Changes

- **2023-08-10** (v2) `03de90f08481` — 1 info
  - api tag `IpMessagingV2Invite` added
- **2023-02-02** (v2) `bba04541fa66` — 2 info
  - added the new optional `query` request parameter `Page`
  - added the new optional `query` request parameter `PageToken`
- **2023-01-13** (v2) `3c9108cc0448` — 2 breaking
  - the response property `meta/next_page_url` became nullable for the status `200`
  - the response property `meta/previous_page_url` became nullable for the status `200`

[Change history](https://skmtc.dev/twilio/apis/twilio-ip-messaging/changes/v2/Services/:ServiceSid/Channels/:ChannelSid/Invites/get.md)

---

[API](https://skmtc.dev/twilio/apis/twilio-ip-messaging.md) · [All operations](https://skmtc.dev/twilio/apis/twilio-ip-messaging/llms.txt) · [OpenAPI document](https://skmtc.dev/twilio/apis/twilio-ip-messaging/revisions/eea0491dbd91?raw)
