cURL
curl --request POST \ --url https://your-instance.example.com/api/email/messages/sync \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "accountId": "<string>", "maxResults": 123, "lookbackDays": 123 } '
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Sync started or status returned
Generic response envelope. Endpoint-specific fields are intentionally open.