Retrieve all outreach automations in your account. Automations are multi-step sequences that send LinkedIn messages, emails, and other actions on a schedule.
Security
bearerAuth
GET
curl -i -X GET \
'https://leadgen.grinfi.io/flows/api/flows?limit=20&offset=0&order_field=created_at&order_type=asc&filter=q%3Dstring%26status%3Dstring' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'