Using the Event Notification Service REST API Endpoints

The following endpoints are available for the Event Notification Service REST API. Prefix each with the appropriate base URL, as described in Base URL.

To access any of the endpoints in the table below, a JWT must be passed in the header of the request. For more information, see Authentication.

Overview of Event Notification Service REST endpoints

URI

Methods

Description

/notificationService

GET

Returns the configuration for the event notifications for your FlexNet Operations deployment. Note that using GET does not return the configuration until the service has been configured using POST.

The values for the following properties are masked when calling /notificationService using GET:

authToken
basicUserId
basicPassword
fnoServiceUser
fnoServiceUserPassword

/notificationService

POST

Used for the initial configuration of the event notifications.

/notificationService

PATCH

Updates an existing configuration of the event notifications.