Get Notifications For Email

Get Notifications For Email

Get all notifications registered for the specified email address

Request
URI
GET
https://apigw.vmware.com/sampleExchange/v1/notifications/email/{email}
COPY
Path Parameters
string
email
Required

email


Authentication
This operation uses the following authentication methods.
Responses
200

successful operation

Returns Array of NotificationInstance of type(s) application/json
[
    {
        "id": 0,
        "solrQuery": "string",
        "email": "string",
        "url": "string"
    }
]