Retrieve Emergency Notification Recipient
Endpoint to retrieve information pertaining to a single emergency notification recipient
Request URL
GET
https://evs-api.bandwidth.com/api/v1/notifications/notificationRecipients/{recipientId}
GET https://evs-api.bandwidth.com/api/v1/notifications/notificationRecipients/{recipientId} HTTP/1.1
Authorization: Basic YXBpVG9rZW46YXBpU2VjcmV0
The above command returns a JSON Response structured like this:
Status: 200 OK
Content-Type: application/json; charset=utf-8
{
"recipientId": "notificationId",
"type" : "EMAIL",
"recipient" : "test@bandwidth.com",
"created" : "2019-05-03T20:55:04.085Z",
"updated" : "2019-05-03T20:55:04.085Z"
}