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.
Documentation IndexFetch the complete documentation index at: https://docs.proposales.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.proposales.com/llms.txt
Use this file to discover all available pages before exploring further.
Show properties