GET https://api.subscriptiongenius.com/2/history/
Request Parameters
Paramater Description Required Default Data Type
subscriber_id Yes Int
Response Parameters
Paramater Description Data Type
history.date String
history.history_id String
history.notes String
history.user_id ID of user who created the history. If null then created by admin user. Integer
Example Request
{
  "subscriber_id":802420
}
Example Response
{
  "history":[
    {
      "history_id":"60573",
      "user_id":null,
      "notes":"I answered a call from the subscriber.",
      "date":"2015-12-21 17:02:17"
    }
  ]
}