Groups
Operations for group messaging (beta)
Get group membership
GET/api/v2/groups/{group_id}
ModelsExpand Collapse
GroupRetrieveResponse object { data, status }
GroupRetrieveResponse object { data, status }
data: optional object { created_at, group_id, group_name, 6 more }
data: optional object { created_at, group_id, group_name, 6 more }
participant_numbers: optional array of string
participant_numbers: optional array of string
Convenience list of resolved participant phone numbers. Participants with email-only handles remain in participants but are omitted here.
participants: optional array of object { contact_id, handle, name, 4 more }
participants: optional array of object { contact_id, handle, name, 4 more }