Get a detailed proposal

Get a detailed proposal

GET https://api.sponseasy.com/v2/user/proposal/:id/detailed

This endpoint allows you to get a details proposal JSON.

Path Parameters

Name
Type
Description

token

string

Query Parameters

Name
Type
Description

id

string

{ 
  status: "success",
  data: {
    proposal: {
      id: id,
      name: name,
      slug: slug,
      user_id: user_id,
      status: status,
      stats: stats,
      settings: settings,
      crm: {
        leads: leads
      },
      template: { ... },
      version_active: version,
      versions: versions,
      pages: [ { ... } ]
    }
  }
}

Last updated

Was this helpful?