curl --request POST \
--url https://www.renovationfind.com/rest-manager-api-v1/general-leads/{generalLeadId}/pq-lead-status \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"pqLeadStatus": "<string>",
"pqLeadStatusReason": "<string>"
}
'{
"success": true,
"data": true,
"message": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.renovationfind.com/llms.txt
Use this file to discover all available pages before exploring further.
JWT token issued from the RenovationFind Manager Portal
curl --request POST \
--url https://www.renovationfind.com/rest-manager-api-v1/general-leads/{generalLeadId}/pq-lead-status \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"pqLeadStatus": "<string>",
"pqLeadStatusReason": "<string>"
}
'{
"success": true,
"data": true,
"message": "<string>"
}