Skip to main content
GET
/
prod
/
log
/
notifications
/
{id}
Get Notification Logs
curl --request GET \
  --url https://api.aimtell.com/prod/log/notifications/{id} \
  --header 'X-Authorization-Api-Key: <api-key>'
[
  {
    "uid": "NA",
    "idSite": "2459",
    "subscriber_uid": "f8446485-d5bb-97d0-94c1-de3d0dbd099f",
    "title": "🚀READ: NASA Names Joel Montalbano I",
    "body": "❗Click here to read more... ❗",
    "link": "http://www.nasa.gov/press-release/nasa-names-joel-montalbano-international-space-station-program-manager",
    "status": 22,
    "campaignId": 2289,
    "type": 4,
    "createdAt": "2020-06-30 15:00",
    "sent_date": "2020-06-30 15:00"
  }
]

Authorizations

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

Path Parameters

id
string
required

Site ID

Query Parameters

subscriber_uid
string

Optionally filter by a specific subscriber

limit
string

Limit number of results

skip
string

Skip offset

Response

200

uid
string
Example:

"NA"

idSite
string
Example:

"2459"

subscriber_uid
string
Example:

"f8446485-d5bb-97d0-94c1-de3d0dbd099f"

title
string
Example:

"🚀READ: NASA Names Joel Montalbano I"

body
string
Example:

"❗Click here to read more... ❗"

Example:

"http://www.nasa.gov/press-release/nasa-names-joel-montalbano-international-space-station-program-manager"

status
integer
default:0
Example:

22

campaignId
integer
default:0
Example:

2289

type
integer
default:0
Example:

4

createdAt
string
Example:

"2020-06-30 15:00"

sent_date
string
Example:

"2020-06-30 15:00"