cURL
curl --request POST \ --url https://api.example.com/proposals/{proposal_id}/share \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "emails": [ "<string>" ], "send_email": false } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Generate a public share link for a proposal.
Required scope: write
write
Returns the share URL that can be sent to clients. Optionally sends email invitations to the specified addresses.
Request to share a proposal.
Successful Response