Retrieve all email mailboxes (SMTP/IMAP, Gmail, Outlook) configured in your account.
Security
bearerAuth
GET
curl -i -X GET \
'https://leadgen.grinfi.io/emails/api/mailboxes?limit=20&offset=0&order_field=created_at&order_type=asc&filter=q%3Dstring' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'