Retrieve a paginated list of companies in your CRM. Supports filtering by name, domain, industry, and other fields.
Security
bearerAuth
GET
curl -i -X GET \
'https://leadgen.grinfi.io/leads/api/companies?limit=20&offset=0&order_field=created_at&order_type=asc&filter=q%3Dstring' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'