Skip to main content
GET
/
v2
/
groups
/
{id}
Get Group
curl --request GET \
  --url https://public.api.serval.com/v2/groups/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "name": "<string>",
    "organizationId": "<string>",
    "createdAt": "1s",
    "deletedAt": "1s",
    "userIds": [
      "<string>"
    ]
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Success

data
object