Skip to main content
GET
/
api
/
email
/
messages
/
sync
/
status
Get email sync status for an account
curl --request GET \
  --url https://your-instance.example.com/api/email/messages/sync/status \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

accountId
string
required

Response

Sync status

Generic response envelope. Endpoint-specific fields are intentionally open.