Skip to main content
GET
/
prod
/
welcome-notifications
/
{id}
/
results
Get Welcome Campaign Results (By Day)
curl --request GET \
  --url https://api.aimtell.com/prod/welcome-notifications/{id}/results \
  --header 'X-Authorization-Api-Key: <api-key>'
{
  "sent": {
    "03/05/2017": 0,
    "03/06/2017": 0,
    "03/07/2017": 0,
    "03/08/2017": 0,
    "03/09/2017": 0
  },
  "delivered": {
    "03/05/2017": 0,
    "03/06/2017": 0,
    "03/07/2017": 0,
    "03/08/2017": 0,
    "03/09/2017": 0
  },
  "bounced": {
    "03/05/2017": 0,
    "03/06/2017": 0,
    "03/07/2017": 0,
    "03/08/2017": 0,
    "03/09/2017": 0
  },
  "clicked": {
    "03/05/2017": 0,
    "03/06/2017": 0,
    "03/07/2017": 0,
    "03/08/2017": 0,
    "03/09/2017": 0
  },
  "conversions": {
    "03/05/2017": 0,
    "03/06/2017": 0,
    "03/07/2017": 0,
    "03/08/2017": 0,
    "03/09/2017": 0
  }
}

Authorizations

X-Authorization-Api-Key
string
header
default:""
required

Path Parameters

id
string
required

Campaign ID

Query Parameters

startDate
string
default:""
required

Date

endDate
string
default:""
required

Date

Response

200