cURL
curl --request GET \ --url https://www.getinboxzero.com/api/v1/reply-tracker \ --header 'API-Key: <api-key>'
{ "emails": [ { "threadId": "<string>", "subject": "<string>", "from": "<string>", "date": "<string>", "snippet": "<string>" } ], "count": 123 }
Get emails that need a reply or follow up
needs-reply
needs-follow-up
all
3d
1w
2w
1m
Successful response
The response is of type object.
object