List files uploaded to your team's attachment storage. Attachments can be referenced by UUID when sending LinkedIn messages, emails, or from automation message nodes.
Security
bearerAuth
GET
curl -i -X GET \
'https://leadgen.grinfi.io/flows/api/attachments?limit=20&offset=0&order_field=created_at&order_type=asc' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'