API Reference / Get a lead
Get a lead
GET/api/v1/leads/{id}
One lead with its contacts.
curl -H "Authorization: Bearer $REVNU_API_TOKEN" https://revnu.com/api/v1/leads/sn7…Response
{ "lead": { …, contacts: [contact, …], contactsTruncated: false } }. Contacts are capped at 50, with contactsTruncated: true when there were more. 404 for an unknown or another account's lead.
Agents: this page is also markdown at /docs/lead.md, answers Accept: text/markdown, and is listed in /docs/llms.txt.
Frequently Asked Questions
`leads:read`. A token without it gets `403` with `requiredScope` in the body. `GET /me` shows a token's scopes.