Attachments
List Attachments
Attachments
List Attachments
Lists all attachments.
GET
/
v1
/
attachments
curl --request GET \
--url https://api.proposales.com/v1/attachments \
--header 'Authorization: Bearer <token>'
{
"attachments": [
{
"created_at": 123,
"filename": "<string>",
"id": 123
}
]
}
Response
curl --request GET \
--url https://api.proposales.com/v1/attachments \
--header 'Authorization: Bearer <token>'
{
"attachments": [
{
"created_at": 123,
"filename": "<string>",
"id": 123
}
]
}