List leads
Visitors the agent qualified.
Credential: user token · Role: any (read)
There is no create endpoint. Leads are captured through Peeve’s own channels; you read them and change their status.
Authorizations
A user token (pv_ut_…) as Authorization: Bearer pv_ut_…. X-Peeve-Key is accepted too. Never a query parameter — URLs end up in proxy logs and Referer headers.
The token carries its owner's live workspace role, re-read on every call.
Query Parameters
Page size. Over 200 is a 400, not a silent clamp.
1 <= x <= 200An opaque next_cursor from a previous page. Do not parse or construct it. Reusing a cursor under a different sort/order is rejected.
created_at, updated_at, score asc, desc new, qualified, disqualified, converted pending, done, skipped, low_confidence 200Never written to the audit log.
320