Skip to main content
GET
/
groups
/
{groupId}
Get group by ID
curl --request GET \
  --url https://api.vanta.com/v1/groups/{groupId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "5f2c939a52855e725c8d5824",
  "name": "Default Group",
  "creationDate": "2024-03-07T18:46:05.944Z"
}

Documentation Index

Fetch the complete documentation index at: https://vanta.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

groupId
string
required

Response

200 - application/json

Ok

id
string
required

The group's unique ID.

name
string
required

The group's name.

creationDate
string<date-time> | null
required

The group's creation date.