MailMoo
EndpointsInbox

Read a conversation

Returns one conversation with its messages, plus the lead behind it and the campaign they came from. Give a lead ID alone to get their most recent conversation, or add a conversation ID to pick a specific one.

GET/inbox.getMessages

Authorization

bearerAuth
AuthorizationBearer <token>

Enter your MailMoo API key (format: sk_live_...)

In: header

Query Parameters

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/inbox.getMessages?input=%7B%22leadId%22%3A%22string%22%2C%22chatId%22%3A%22string%22%7D"
{}