Get Notifications For Current User

Get Notifications For Current User

Get all notifications registered for the current user

Request
URI
GET
https://apigw.vmware.com/sampleExchange/v1/notifications
COPY
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"
    }
]