Skip to main content
GET

Authorizations

Authorization
string
header
required

Org-scoped Norbelys API key. Create one in Settings → API keys and send it as Authorization: Bearer ak_….

Path Parameters

id
string
required

The resource id (path).

Response

OK

color
string | null
required

Optional accent color for the group's badge. Example: rose.

Example:

"rose"

description
string | null
required

Optional notes on what this group is for.

Example:

"Leads captured at the June webinar."

id
string
required

The group id.

Example:

"grp_tz4a98xat96iws9zmbrgj3a"

memberCount
integer
required

Number of active people currently in the group.

Required range: x >= 0
Example:

248

name
string
required

The group's display name.

Example:

"Event attendees — June"

archivedAt
any

Timestamp (RFC 3339) when this was archived, or null if active.

createdAt
any

Creation timestamp (RFC 3339).

object
any
default:group

Always "group".

updatedAt
any

Last-update timestamp (RFC 3339).