Skip to main content
GET
/
api
/
v1
/
campaigns
/
data
/
replies
Get Grouped Exchanges Api
curl --request GET \
  --url https://services.meetchase.ai/api/v1/campaigns/data/replies \
  --header 'X-API-Key: <api-key>'
[
  {
    "id": 123,
    "campaign_id": 123,
    "updated_at": "2023-11-07T05:31:56Z",
    "contact": {
      "email": "[email protected]",
      "id": 123,
      "organisation": "<string>",
      "first_name": "<string>",
      "last_name": "<string>"
    },
    "bot": {
      "email": "[email protected]",
      "id": 123,
      "organisation": "<string>",
      "first_name": "<string>",
      "last_name": "<string>"
    },
    "status": "OUTREACH_PENDING"
  }
]

Authorizations

X-API-Key
string
header
required

Key used to authenticate user API requests.

Query Parameters

campaign_id
integer | null
start_date
string<date> | null
end_date
string<date> | null
exchange_group
enum<string>
default:replied
Available options:
replied,
meeting-booked

Response

Successful Response

id
integer
required
campaign_id
integer
required
updated_at
string<date-time>
required
contact
Correspondent · object
required
Example:
{
"email": "[email protected]",
"first_name": "Guido",
"id": 1,
"last_name": "van Rossum",
"organisation": "Microsoft"
}
bot
Correspondent · object
required
Example:
{
"email": "[email protected]",
"first_name": "Guido",
"id": 1,
"last_name": "van Rossum",
"organisation": "Microsoft"
}
status
enum<string>
required
Available options:
OUTREACH_PENDING,
OUTREACH_QUEUED,
OUTREACH_ACTIVE,
NO_RESPONSE,
INVALID_ADDRESS,
FAILED_DELIVERY,
UNSUB_LINK,
UNSUB_REQUEST,
DECLINED,
FOLLOWUP_LATER,
FOLLOWUP_SENT,
PROVIDED_REFERRAL,
OUTREACH_REFERRAL,
SCHEDULING_MEETING,
INFO_INQUIRY,
AWAITING_REPLY,
NURTURING,
MEETING_BOOKED,
OTHER_CONVERSION