cURL
curl -X GET \ /notifications/{id} \ --header "Authorization: Bearer <token>"
{ "id": "<string>", "type": { "name": "<string>", "description": "<string>" }, "channel": "email", "payload": [ "<string>" ], "recipients": [ "<string>" ], "status": "sent", "createdAt": "2023-11-07T05:31:56Z", "deliverAt": "2023-11-07T05:31:56Z", "sentAt": "2023-11-07T05:31:56Z" }
Get a notification by id
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
SentNotification identifier
SentNotification resource
Anzeigen untergeordnete attribute
email
sms
slack
letter
sent
failed
pending
War diese Seite hilfreich?