Skip to main content

GET /events

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

Method: GET

Response

status: 200 OK

resultsarray
An array of events
+ Show Properties

Request Example

curl --request GET \
--url https://api.courier.com/events \
--header 'Accept: application/json'

Responses Example

{
"results": [
{
"id": "notification-id-1",
"type": "notification"
}
]
}
Was this helpful?