← Back to API Reference

GET /emails/receiving

List Received Emails

List inbound emails captured by the receiving worker.

Note: Maps inbound ticket mailbox messages into a receiving-compatible list.

Request (cURL)

curl -X GET "http://localhost:8080/v1/emails/receiving" \
  -H "Authorization: Bearer <API_KEY>"

Response Example

{
  "object": "list",
  "data": []
}