Skip to main content
GET
List pending organisation member invites

Authorizations

Authorization
string
header
required

Organisation API key created in Assess → Developer → API Keys. Format: Bearer ct_live_<your-key> (live) or Bearer ct_test_<your-key> (test). Optional per-key CIDR allowlists return 403 IP_NOT_ALLOWED.

Query Parameters

cursor
string

Opaque pagination cursor — pass the value from next to fetch the next page.

page_size
integer

Results per page, max 100 (default 20).

status
string

pending (default), accepted, expired, or all

Response

next
string | null
required
previous
string | null
required
results
object[]
required
Last modified on August 24, 2026