ProposalsProposal
GET Retrieve proposal
Retrieve a single existing proposal. The source markdown documents this endpoint under /api/v1/proposal and requires the standard /api/v1 authentication headers plus the record-token header containing the target project_token.
GET
/proposalAuthorization
api-auth<api-auth>
api-token<UUID>
api-secret<api-secret>
record-token<UUID>
Use the standard /api/v1 headers together with record-token.
record-token is the target project_token. You can get it from the GET /proposals response.
API Credentials (save your keys here to make the request examples copy-ready)Hidden by default
Save your domain and request headers once, then reuse them across the current docs session.
Session storage clears when this tab closes. Local storage stays available the next time you open the docs in this browser.
Saved values are used in request examples and code snippets on API pages, including the request domain.