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.
List inbound emails captured by the receiving worker.
Note: Maps inbound ticket mailbox messages into a receiving-compatible list.
curl -X GET "http://localhost:8080/v1/emails/receiving" \ -H "Authorization: Bearer <API_KEY>"
{
"object": "list",
"data": []
}