Leads

I’m trying to pull leads via celigo with a few specific custom data fields such as, lead status etc what api should I be targeting?

Hi @876rabbi ,

Definitely the contacts endpoints, you have two get requests you can make, the first one retrieves a batch of contacts and the other one retrieves a single contact based on the contact ID or another unique identifier. If you include the hs_lead_status property in your request, you should be able to retrieve the lead status.

I’m trying to setup a postman call to see exactly what objects are coming out in the JSON but I’v ebeen unsuccesful. Can you assit with this @Teun