curl -X POST https://credzu.com/wp-json/credzu/v1/get-lead \ -H "Content-Type: application/json" \ -H "Authorization: Credzu-Key YOUR_API_KEY" \ -d '{ "lead_id": 44921 }'
{ "success": true, "data": { "id": 44921, "partner_id": 1, "partner_lead_id": "FBHL-55672", "first_name": "John", "last_name": "Smith", "email": "[email protected]", "phone": "555-333-2222", "fico_range": "580-619", "loan_officer_id": "A.GLADSTONE", "status": "contract_signed", "created_at": "2025-01-15 10:30:00", "updated_at": "2025-01-18 14:22:00" } }
Retrieve the current status and details of a specific lead
true
Show Lead object properties
lead_received
contract_signed
mortgage_ready
NOT_FOUND