List leads
GET
https://server.heyrik.com/api/v1/leadsHeaders
AuthorizationstringRequiredUse Bearer $HEYRIK_API_KEY with an account-scoped API key. Keep the key on your server.
Parameters 4
Fields documented for this operation. See the request example for placement and structure.
stagestringFilter by pipeline stage.
folder_idstringOnly this folder.
searchstringMatch name / company / phone.
limitnumberPage size.
Response
No response example is documented for this operation yet.
Error referenceGET/leads
cURL
curl "https://server.heyrik.com/api/v1/leads?stage=qualified&limit=50" \
-H "Authorization: Bearer $HEYRIK_API_KEY"Illustrative examples · No live request is sent
