List and Search Proposals
GET /public/proposals — Returns all proposals for the account with filtering by status, contact, date, and text search. Supports sorting and pagination.
Authorizations
Portal application identifier used as part of HMAC-authenticated API requests.
Portal user API key used together with the HMAC signature headers.
Timestamp header included in the signed request to prevent replay attacks.
HMAC-SHA256 signature for the request, calculated over the canonical string defined in the authentication docs.
Headers
Accept Header
application/json Query Parameters
Search proposal by this text
Draft, Submitted, ViewedByClient, Accepted, Declined, Delayed, Completed, EmailFailed, Expired Filter proposals by salesperson user ID
Modified after timestamp in UTC
CreatedDate, ModifiedDate, Number, Name, ClientName, Status, LastModifiedByMe If true return only archived proposals otherwise return non archive proposals
Asc, Desc Page number. Starting from 1
Page Size