Returns a paginated list of proposals for the authenticated organization.
cURL
curl --request GET \ --url https://api.propal.io/v1/proposals \ --header 'Authorization: Bearer <token>'
{ "data": [ { "proposal_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "title": "<string>", "slug": "<string>", "deal_status": "<string>", "page_status": "<string>", "payment_status": "<string>", "language": "<string>", "created_at": "<string>", "sent_at": "<string>", "published_at": "<string>", "lead_id": "<string>", "lead_name": "<string>", "lead_email": "<string>", "is_deleted": true, "is_archived": true } ], "pagination": { "has_more": true, "next_cursor": "<string>", "total_count": 123 } }
Documentation IndexFetch the complete documentation index at: https://docs.propal.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.propal.io/llms.txt
Use this file to discover all available pages before exploring further.
API key in format: pp_live_xxxxxxxxxxxxxxxxxxxxxxxx
Paginated proposal list
Show child attributes
Was this page helpful?