Get group membership
GET/api/v2/groups/{group_id}
Retrieve the current complete membership for a group owned by the authenticated account.
Get group membership
curl https://api.sendblue.co/api/v2/groups/$GROUP_ID \
-H "sb-api-key-id: $SENDBLUE_API_API_KEY" \
-H "sb-api-secret-key: $SENDBLUE_API_API_SECRET"{
"data": {
"created_at": "2026-07-22T07:46:50.063Z",
"group_id": "sb_group_608acc54-d0d7-4b41-8092-9ff6e1e70455",
"group_name": "+15167251294, +13472604672, +12138578327",
"latest_comm_at": "2026-07-22T07:46:50.455Z",
"latest_message_id": "FFEBE7AA-C6DF-4645-ACDB-CF796AA94C5E",
"participant_numbers": [
"+15167251294",
"+13472604672",
"+12138578327"
],
"participants": [
{
"contact_id": "b76884a0-91ae-4568-a96d-a0d36e389276",
"handle": "+15167251294",
"name": "Jane Doe",
"participant_id": "28460d34-8867-4c97-abf3-bb3b6a1fdd6f",
"phone": "+15167251294",
"seat_id": null,
"type": "contact"
}
],
"updated_at": "2026-07-22T07:46:50.170Z",
"worker_group_id": "82F8AE6E-ED4F-4FEA-83D3-AF3786E6186E"
},
"status": "OK"
}Returns Examples
{
"data": {
"created_at": "2026-07-22T07:46:50.063Z",
"group_id": "sb_group_608acc54-d0d7-4b41-8092-9ff6e1e70455",
"group_name": "+15167251294, +13472604672, +12138578327",
"latest_comm_at": "2026-07-22T07:46:50.455Z",
"latest_message_id": "FFEBE7AA-C6DF-4645-ACDB-CF796AA94C5E",
"participant_numbers": [
"+15167251294",
"+13472604672",
"+12138578327"
],
"participants": [
{
"contact_id": "b76884a0-91ae-4568-a96d-a0d36e389276",
"handle": "+15167251294",
"name": "Jane Doe",
"participant_id": "28460d34-8867-4c97-abf3-bb3b6a1fdd6f",
"phone": "+15167251294",
"seat_id": null,
"type": "contact"
}
],
"updated_at": "2026-07-22T07:46:50.170Z",
"worker_group_id": "82F8AE6E-ED4F-4FEA-83D3-AF3786E6186E"
},
"status": "OK"
}