Blooio API Reference
Groups

Get a group

Get details for a specific group.

GET
/groups/{groupId}

Authorization

BearerAuth
AuthorizationBearer <token>

API key authentication. Use your API key as the bearer token.

In: header

Path Parameters

groupId*string

Group ID

Match^grp_[a-zA-Z0-9]+$

Response Body

application/json

application/json

application/json

curl -X GET "https://backend.blooio.com/v2/api/groups/grp_abc123def456"
{
  "group_id": "string",
  "name": "string",
  "chat_guid": "string",
  "member_count": 0,
  "created_at": 0
}
{
  "error": "string",
  "status": 0
}
{
  "error": "string",
  "status": 0
}