cURL
curl --request GET \ --url https://api.example.com/proposals/{proposal_id}/status \ --header 'X-API-Key: <api-key>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "<string>", "name": "<string>", "updated_at": "2023-11-07T05:31:56Z", "client_name": "<string>", "total": 123, "currency": "USD", "share_info": {} }
Get only the status of a proposal (lightweight endpoint for polling).
Required scope: read
read
Use this endpoint for:
Returns minimal data: id, status, name, client_name, total, updated_at, share_info
Successful Response
Response with just proposal status - lightweight for polling.