Group Membersv2
Add a member to a group (Coming Soon)
POST
/groups/{groupId}/membersThis endpoint is planned but not implemented yet and currently returns
501.⚠️ COMING SOON - This endpoint is temporarily disabled while we stabilize this feature.
Add an existing contact to a group. If the group is linked to an existing iMessage chat, also adds the participant to that chat.
Path parameters
groupIdRequiredstringUnique identifier of the group chat, prefixed with grp_ (e.g. grp_abc123def456). Returned by the create-group and list-groups endpoints.
Headers
AuthorizationRequiredstringYour API key, sent as a bearer token: Authorization: Bearer <api_key>. Editing this stays in sync with the API key box on the right.
Bearer
Body parameters
JSONcontact_idRequiredstringContact identifier (phone number or email)
Response codes
501Endpoint is documented but not available yet
Sends a live request with your values and shows the real response below. Your key is stored only in this browser.
curl -X POST https://api.blooio.com/v2/api/groups/grp_abc123def456/members \No example available.