Get a compact proposal

Get a compact proposal

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

This endpoint allows you to get a compact JSON version of a proposal.

Path Parameters

Name
Type
Description

token

string

Query Parameters

Name
Type
Description

id

string

{ 
  status: "success",
  data: {
    proposal: {
      name: name,
      stats: stats,
      customization: { ... },
      pages: [{ ... }, { ... }]
    }
  }
}

Last updated

Was this helpful?