cURL
curl --request GET \ --url https://api.superiorvan.com/v1/leads/{leadId} \ --header 'x-api-key: <api-key>'
{ "leadId": "<string>", "status": "In Progress", "vendor_requestdate": "2023-12-25" }
Retrieve lead status and notes using the leadId returned from the create endpoint.
leadId
API key issued to your vendor account
Unique lead id returned from the Superior Van API
Lead retrieved
Unique lead id from Superior Van
Current processing status of the lead
In Progress
Won
Lost
Date the lead was submitted (YYYY-MM-DD format)