Api
Status timeline for one notification (the "did it send?" answer)
Authorization
AdminSession chimely_admin<token>
Server-side admin session cookie, set by POST /admin/api/login.
In: cookie
Path Parameters
env_id*string
Environment TypeID (env_…).
notif_id*string
Notification TypeID (notif_…).
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/admin/api/environments/string/notifications/string/timeline"{
"id": "string",
"subscriber_id": "string",
"timeline": [
{
"occurred_at": "string",
"status": "string"
}
]
}Empty
{
"error": {
"code": "invalid_request",
"message": "string"
}
}{
"error": {
"code": "invalid_request",
"message": "string"
}
}