Get proposal leads
Get proposal leads
GET https://api.sponseasy.com/v2/user/proposal/:id/leads
This endpoint allows you to get proposal leads.
Path Parameters
Name
Type
Description
id
string
{
status: "success",
data: {
leads: [
{
id: id,
customer_data: customer_data,
tiers: tiers,
additional_offers: additional_offers,
status: status,
created_at: created_at
}
]
]
}{
status: "error",
message: ["error_message"]
}Last updated
Was this helpful?