Skip to content
Deprecated

Get group by its ID.

GET
/backend/v1/groups/{groupId}

Get group by its ID.

Authorizations

HTTPBearer
TypeHTTP (bearer)

Parameters

Path Parameters

groupId*
Typestring
Required
formatuuid

Responses

Successful Response
application/json
JSON
{
"group": {
"id": "string",
"memberCount": 0,
"name": "string"
}
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Updated at: