Create a group
Create a group: an empty static list of people. Add members with groups.members.add (explicit person ids, or snapshot a segment’s current matches), then view them at GET /v1/people?groupId=.
Authorizations
Org-scoped Norbelys API key. Create one in Settings → API keys and send it as Authorization: Bearer ak_….
Headers
Opt-in idempotency for a safely retried write: reuse the same key to replay the original result for 24h instead of re-executing. Recommended on every POST.
255Body
The group's display name.
1 - 120"VIP customers"
Optional accent color for the group's badge. Example: rose.
40"rose"
Optional notes on what this group is for.
500"Leads captured at the June webinar."
Response
OK
Optional accent color for the group's badge. Example: rose.
"rose"
Optional notes on what this group is for.
"Leads captured at the June webinar."
The group id.
"grp_tz4a98xat96iws9zmbrgj3a"
Number of active people currently in the group.
x >= 0248
The group's display name.
"Event attendees — June"
Timestamp (RFC 3339) when this was archived, or null if active.
Creation timestamp (RFC 3339).
Always "group".
Last-update timestamp (RFC 3339).