Proposals
Proposal Login
Authenticates a user to view and interact with a proposal.
PUT
Proposal Login
Proposal Login
Authenticates a user to access a specific proposal. Used when proposals require email verification before the recipient can view or accept them.Authentication
No prior authentication required.Path Parameters
string
required
The unique string identifier (GUID) of the proposal.
Request Body
string
required
Email address of the proposal recipient for verification.
Response
Returns the proposal file ID and an access token for subsequent proposal interactions.number
required
The numeric identifier of the proposal file.
string
required
A token used to authenticate further proposal actions (e.g. accepting the proposal). Exchanged for a full auth session via
exchangeToken().Examples
Login to view a proposal
TypeScript Integration
Proposal Login