Skip to main content
GET
List people

Authorizations

Authorization
string
header
required

Organization API key, sent as Authorization: Bearer boom_org_....

Query Parameters

limit
integer

Max items to return, 1-1000 (default 100).

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

Opaque pagination token from a previous response's next_cursor. Omit for the first page.

Response

Success

data
object[]
required
next_cursor
string | null
required