GET /v1/groups/:id
{
  "id": "a5a885caee6286a54ad7bbd4ab5400e9",
  "name": "Annature group",
  "business": "Annature",
  "email": "ted@annature.com.au",
  "number": "1300 000 000",
  "address": "Level 38, 71 Eagle Street, Brisbane 4000",
  "website": "www.annature.com.au",
  "logo": "https://annature..",
  "color": "#5469d4",
  "created": "2019-12-17T05:30:00Z"
}

Retrieves the full details of a specific group using its unique identifier.

This endpoint returns the group’s business identity, contact details, and branding configuration, all of which are used when theming envelopes or replacing default organisation-level values in recipient-facing content.

Parameters

id
required

The unique identifier of the group to retrieve.

GET /v1/groups/:id
{
  "id": "a5a885caee6286a54ad7bbd4ab5400e9",
  "name": "Annature group",
  "business": "Annature",
  "email": "ted@annature.com.au",
  "number": "1300 000 000",
  "address": "Level 38, 71 Eagle Street, Brisbane 4000",
  "website": "www.annature.com.au",
  "logo": "https://annature..",
  "color": "#5469d4",
  "created": "2019-12-17T05:30:00Z"
}