Group Membersv2

Add a member to a group (Coming Soon)

POST/groups/{groupId}/members
This 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

groupIdRequiredstring

Unique identifier of the group chat, prefixed with grp_ (e.g. grp_abc123def456). Returned by the create-group and list-groups endpoints.

Headers

AuthorizationRequiredstring

Your 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

JSON
contact_idRequiredstring

Contact 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.

Request
curl -X POST https://api.blooio.com/v2/api/groups/grp_abc123def456/members \
Body object
Response objectexample
No example available.