curl -X GET "https://api.foxreach.io/api/v1/inbox/threads?page=1&pageSize=20&category=interested" \
-H "X-API-Key: otr_your_key"
{
"data": [
{
"id": "rpl_abc123",
"fromEmail": "[email protected]",
"toEmail": "[email protected]",
"subject": "Re: Quick question about your product",
"bodyPreview": "Hi, thanks for reaching out! I'd love to learn more about...",
"category": "interested",
"isRead": false,
"isStarred": false,
"receivedAt": "2025-01-20T14:30:00",
"leadId": "cld_xyz789",
"campaignId": "cmp_def456"
}
],
"meta": {
"page": 1,
"pageSize": 20,
"total": 1,
"totalPages": 1
}
}
Retrieve a paginated list of inbox reply threads.
curl -X GET "https://api.foxreach.io/api/v1/inbox/threads?page=1&pageSize=20&category=interested" \
-H "X-API-Key: otr_your_key"
{
"data": [
{
"id": "rpl_abc123",
"fromEmail": "[email protected]",
"toEmail": "[email protected]",
"subject": "Re: Quick question about your product",
"bodyPreview": "Hi, thanks for reaching out! I'd love to learn more about...",
"category": "interested",
"isRead": false,
"isStarred": false,
"receivedAt": "2025-01-20T14:30:00",
"leadId": "cld_xyz789",
"campaignId": "cmp_def456"
}
],
"meta": {
"page": 1,
"pageSize": 20,
"total": 1,
"totalPages": 1
}
}
interested, not_interested, out_of_office, uncategorized, unknown, or bounce.Show Thread object
interested, not_interested, out_of_office, uncategorized, unknown, or bounce.curl -X GET "https://api.foxreach.io/api/v1/inbox/threads?page=1&pageSize=20&category=interested" \
-H "X-API-Key: otr_your_key"
{
"data": [
{
"id": "rpl_abc123",
"fromEmail": "[email protected]",
"toEmail": "[email protected]",
"subject": "Re: Quick question about your product",
"bodyPreview": "Hi, thanks for reaching out! I'd love to learn more about...",
"category": "interested",
"isRead": false,
"isStarred": false,
"receivedAt": "2025-01-20T14:30:00",
"leadId": "cld_xyz789",
"campaignId": "cmp_def456"
}
],
"meta": {
"page": 1,
"pageSize": 20,
"total": 1,
"totalPages": 1
}
}