List mailbox send/sync errors for debugging. Shows errors with timestamps and details.
Security
bearerAuth
GET
curl -i -X GET \
'https://leadgen.grinfi.io/emails/api/mailbox-errors?limit=20&offset=0&order_field=created_at&order_type=asc&search=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'