Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
200 - application/json
curl --request GET \
--url https://api.courier.com/notifications/{id}/{submissionId}/checks \
--header 'Authorization: Bearer <token>'{
"checks": [
{
"id": "<string>",
"status": "RESOLVED",
"type": "custom",
"updated": 123
}
]
}curl --request GET \
--url https://api.courier.com/notifications/{id}/{submissionId}/checks \
--header 'Authorization: Bearer <token>'{
"checks": [
{
"id": "<string>",
"status": "RESOLVED",
"type": "custom",
"updated": 123
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Show child attributes