cURL
curl --request GET \ --url https://qwoty.app/api/quote \ --header 'Authorization: <authorization>'
{ "success": true, "data": [ { "id": "550e8400-e29b-41d4-a716-446655440000", "project_number": "Q-2026-001", "title": "Enterprise Plan", "status": "draft", "updated_at": "2026-03-09T10:30:00Z" } ] }
Retrieve a list of quotes in your workspace
Bearer qwoty_your_token
curl https://qwoty.app/api/quote \ -H "Authorization: Bearer qwoty_your_token"
Show Quote Summary Object
{ "success": false, "error": "Invalid API token" }
Was this page helpful?