GET v1/Services/{ServiceSid}/Channels/{ChannelSid}/Invites/{Sid}
Summary: —
Operation ID: FetchInvite
Auth: unknown
Operation ID: FetchInvite
Auth: unknown
Parameters (3)
ChannelSid
(string, path, required)
The SID of the [Channel](https://www.twilio.com/docs/api/chat/rest/channels) the resource to fetch belongs to.
ServiceSid
(string, path, required)
The SID of the [Service](https://www.twilio.com/docs/api/chat/rest/services) to fetch the resource from.
Constraints: {'minLength': 34, 'maxLength': 34, 'pattern': '^IS[0-9a-fA-F]{32}$'}
Sid
(string, path, required)
The Twilio-provided string that uniquely identifies the Invite resource to fetch.
Constraints: {'minLength': 34, 'maxLength': 34, 'pattern': '^IN[0-9a-fA-F]{32}$'}
No probe data for this endpoint yet.