v1

latestOpenAPI 3.1.02026-07-249116259.8 KB

Get group

List all active groups in the account.

get/groups/group_id

Response

200

idstring
namestring
descriptionstring
typestring

Example response

{
  "id": "<group_id>",
  "name": "<group_name>",
  "description": "<description>",
  "type": "group"
}