curl -X GET "https://server.smartlead.ai/api/v1/master-inbox/2433664091?api_key=YOUR_KEY"
{
"id": "msg_abc123",
"campaign_lead_map_id": "2433664091",
"lead": {
"email": "john@company.com",
"first_name": "John",
"last_name": "Doe",
"company": "ACME Corp"
},
"campaign": {
"id": 12345,
"name": "Q1 Outreach"
},
"message_history": [
{
"subject": "Partnership Opportunity",
"direction": "outbound",
"sent_at": "2025-01-15T10:00:00Z"
},
{
"subject": "Re: Partnership Opportunity",
"direction": "inbound",
"received_at": "2025-01-20T14:00:00Z"
}
],
"email_status": "Replied",
"category": {"id": 1, "name": "Interested"}
}
Fetch a specific master inbox item by its unique identifier
curl -X GET "https://server.smartlead.ai/api/v1/master-inbox/2433664091?api_key=YOUR_KEY"
{
"id": "msg_abc123",
"campaign_lead_map_id": "2433664091",
"lead": {
"email": "john@company.com",
"first_name": "John",
"last_name": "Doe",
"company": "ACME Corp"
},
"campaign": {
"id": 12345,
"name": "Q1 Outreach"
},
"message_history": [
{
"subject": "Partnership Opportunity",
"direction": "outbound",
"sent_at": "2025-01-15T10:00:00Z"
},
{
"subject": "Re: Partnership Opportunity",
"direction": "inbound",
"received_at": "2025-01-20T14:00:00Z"
}
],
"email_status": "Replied",
"category": {"id": 1, "name": "Interested"}
}
campaign_lead_map_id from other inbox endpoints.curl -X GET "https://server.smartlead.ai/api/v1/master-inbox/2433664091?api_key=YOUR_KEY"
{
"id": "msg_abc123",
"campaign_lead_map_id": "2433664091",
"lead": {
"email": "john@company.com",
"first_name": "John",
"last_name": "Doe",
"company": "ACME Corp"
},
"campaign": {
"id": 12345,
"name": "Q1 Outreach"
},
"message_history": [
{
"subject": "Partnership Opportunity",
"direction": "outbound",
"sent_at": "2025-01-15T10:00:00Z"
},
{
"subject": "Re: Partnership Opportunity",
"direction": "inbound",
"received_at": "2025-01-20T14:00:00Z"
}
],
"email_status": "Replied",
"category": {"id": 1, "name": "Interested"}
}