cURL
curl --request POST \ --url https://v2.easystreetoffers.com/api/v2/buyer/lead \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "first_name": "My lead", "last_name": "Test", "primary_email": "lead@yourdomain.com", "primary_phone": "+1111111", "property_address": { "offer_request_id": 56641, "inventory_property_id": 116775 } }'
{ "created_at": "2025-08-12T17:12:20.542288+00:00", "lead_id": "6e22e8e3-0533-xxxx-xxxx-xxxxxxxxxx", "first_name": "My lead", "last_name": "Test", "primary_email": "lead@yourdomain.com", "primary_phone": "+1111111", "api_partner_user_id": "e83d3b1f-ed37-xxxx-xxxx-xxxxxxxxxxx", "inventory_property_id": 116775, "offer_request_id": 56641 }
Submit a new buyer lead for ESO partner..
16
Show child attributes
Lead created successfully