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