Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.proposales.com/v1/attachments \ --header 'Authorization: Bearer <token>'
{ "attachments": [ { "created_at": 123, "filename": "<string>", "id": 123 } ] }
Lists all attachments.
Show properties