cURL
curl --request GET \ --url https://api.example.com/api/v1/replies/
[ { "id": 123, "schedule_id": 123, "body_plain_text": "<string>", "body_html": "<string>", "received_on": "2023-11-07T05:31:56Z", "mail_from": "<string>", "subject": "<string>", "reply_classification": "positive" } ]
Returns all reply data for the given campaign.
UID of Campaign to fetch replies from.
Success
500
positive
neutral
negative