Groups
Number of APIs: 7
-
List Groups GET https://rest.messagebird.com/groups?offset=0&limit=10
-
Add Contact(s) to a Group PUT https://rest.messagebird.com/groups/{groupId}/contacts
-
Remove a Contact From a Group DELETE https://rest.messagebird.com/groups/{groupId}/contacts/{contactId}
-
Delete a Group DELETE https://rest.messagebird.com/groups/{groupId}
-
Update a Group PATCH https://rest.messagebird.com/groups/{groupId}
-
View a Group GET https://rest.messagebird.com/groups/{groupId}