Skip to main content

List notifications

GEThttps://api.courier.com/notifications
QUERY PARAMS
cursorstring
A unique identifier that allows for fetching the next set of notifications
Responses
AUTH TOKEN
curl --request GET \
--url https://api.courier.com/notifications?cursor=MTU4OTQ5NTI1ODY4NywxLTVlYmRjNWRhLTEwODZlYWFjMWRmMjEwMTNjM2I0ZjVhMA \
--header 'Accept: application/json'
Response Example
{
"paging": {
"cursor": "MTU4OTQ5NTI1ODY4NywxLTVlYmRjNWRhLTEwODZlYWFjMWRmMjEwMTNjM2I0ZjVhMA==",
"more": true
},
"results": [
{
"created_at": 1562611084123,
"id": "P852PP8Z2X4BZ8PYVA6853A53NDY",
"tags": {
"data": [
{
"id": "59a96dd5-7c76-4ba0-a3bb-06f5d92334d2",
"name": "Important"
}
]
},
"title": "Password Reset",
"updated_at": 1562611084123
}
]
}

Example

Method: GET

URL: https://api.courier.com/notifications