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

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

`GET /v1/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` IpMessagingV1ServiceChannelInvite[]
    - `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
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

---

[API](https://skmtc.net/twilio/apis/ip-messaging-v1.md) · [All operations](https://skmtc.net/twilio/apis/ip-messaging-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/ip-messaging-v1/versions/7b5430d8b69f/schema)
