v4

latestOpenAPI 3.1.02026-08-012402353.8 MB

Retrieve Group details

Returns details for the currently authenticated Group.

get/groups/current

Response

Group

created_atstring date-time required

The ISO 8601 time at which the Group was created.

idstring required

The Group identifier.

type'group' required

A constant representing the object's type. For this resource it will always be group.

Example response

{
  "created_at": "2020-01-31T23:59:59Z",
  "id": "group_1g4mhziu6kvrs3vz35um",
  "type": "group"
}