Canary Speech

GetGroups

GET - /org/account/:accountId/get-groups
Required Permissions:
  • scope:api

Description

Get all of an accounts's groups

Headers

Header KeyDescriptionExample
Authorization
The Authorization header for this endpoint. The value must be the token from the /v3/auth/tokens/get endpoint and given using the Bearer pattern.
Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdW...

Path Parameters

NameTypeDescription
accountIdstring
The UUID of the account

Successful Response

A successful response

Field NameTypeDescription
groups
array<object>
The groups in the account.

Code Example

Models

groups.[]

NameTypeDescription
UUIDstring
namestring
statusint32
dateCreateddate-time
dateCloseddate-time
extraDataobject