Skip to main content
GET
List groups

Authorizations

Authorization
string
header
required

Partner API key. psk_test_<32 hex> for test mode, psk_live_<32 hex> for live mode. Keys are stored hashed and cannot be recovered; store them in your secrets manager on issue.

Query Parameters

limit
integer
default:50

Page size. Default 50, max 200.

Required range: 1 <= x <= 200
cursor
string

Opaque cursor from a previous page's nextCursor. Lists are newest-first.

Response

A page of groups.

groups
object[]
required
nextCursor
string | null

Pass as ?cursor= for the next page. null on the last page.