How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

MEF events subscription API

The events subscription API from MEF — 2 operation(s) for events subscription.

MEF events subscription API is one of 54 APIs that MEF publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include events subscription. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 3 operations across 2 paths, and defines 343 schemas. It is described by OpenAPI 3.2.0, at version 1.0.

Requests are made against 38 base URLs: https://{serverBase}/mefApi/allegro/alarmManagement/v3/, https://{serverBase}/mefApi/allegro/faultManagement/v3/, https://{serverBase}/mefApi/allegro/performanceMonitoring/v5/, https://{serverBase}/mefApi/allegro/serviceFunctionTesting/v3/, https://{serverBase}/mefApi/allegro/serviceInventory/v2/, https://{serverBase}/mefApi/allegro/serviceOrderingManagement/v1/, https://{serverBase}/mefApi/cantata/appointment/v3/, https://{serverBase}/mefApi/cantata/customerBillManagement/v3/, https://{serverBase}/mefApi/cantata/cimIncident/v1/, https://{serverBase}/mefApi/cantata/geographicAddressManagement/v2/, http://{serverBase}/mefApi/cantata/productCatalog/v4/, https://{serverBase}/mefApi/cantata/productOfferingQualification/v8/, https://{serverBase}/mefApi/cantata/productOrderingManagement/v6/, https://{serverBase}/mefApi/cantata/quoteManagement/v4/, https://{serverBase}/mefApi/cantata/troubleTicket/v5/, https://{serverBase}/mefApi/cantata/workOrderManagement/v3/, https://{serverBase}/mefApi/interlude/alarmManagement/v3/, https://{serverBase}/mefApi/interlude/faultManagement/v3/, https://{serverBase}/mefApi/interlude/performanceMonitoring/v5/, https://{serverBase}/mefApi/interlude/serviceFunctionTesting/v3/, https://{serverBase}/mefApi/interlude/serviceInventory/v2/, https://{serverBase}/mefApi/interlude/serviceOrderingManagement/v1/, https://{serverBase}/mefApi/legato/alarmManagement/v3/, https://{serverBase}/mefApi/legato/faultManagement/v3/, https://{serverBase}/mefApi/legato/performanceMonitoring/v5/, https://{serverBase}/mefApi/legato/serviceFunctionTesting/v3/, https://{serverBase}/mefApi/legato/serviceInventory/v7/, https://{serverBase}/mefApi/legato/serviceOrderingManagement/v6/, https://{serverBase}/mefApi/sonata/appointment/v3/, https://{serverBase}/mefApi/sonata/customerBillManagement/v3/, https://{serverBase}/mefApi/sonata/cimIncident/v1/, https://{serverBase}/mefApi/sonata/geographicAddressManagement/v8/, http://{serverBase}/mefApi/sonata/productCatalog/v4/, https://{serverBase}/mefApi/sonata/productOfferingQualification/v8/, https://{serverBase}/mefApi/sonata/productOrderingManagement/v11/, https://{serverBase}/mefApi/sonata/quoteManagement/v10/, https://{serverBase}/mefApi/sonata/troubleTicket/v5/, https://{serverBase}/mefApi/sonata/workOrderManagement/v3/.

3 operations 2 paths 343 schemas 1 DELETE1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0
Base URL
https://{server}:{port}{basePath}
Resource Areas
1

Paths & Operations 3

Across 2 paths, the API surfaces 3 operations — 1 DELETE, 1 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

events subscription 3
POST
/hub
Register a listener
registerListener body → 201400401403500501
GET
/hub/{id}
Retrieves a Hub by ID.
retrieveHub 1 param → 200400401403404500501
DELETE
/hub/{id}
Unregister a listener
unregisterListener 1 param → 204400401403404500501

Schemas 343

The contract defines 343 schemas that model the data the API accepts and returns. The most detailed are EventSubscription_18 (3 properties), EventSubscription_28 (3 properties), EventSubscription_7 (3 properties), EventSubscription_13 (3 properties). Each schema is shown below with its type and property counts.

Error400Code
string
One of the following error codes: - missingQueryParameter: The URI is missing a required query-string parameter - missingQueryValue: The URI is missing a requi…
Error404
Resource for the requested path not found. (https://tools.ietf.org/html/rfc7231section-6.5.4)
Error403
Forbidden. This code indicates that the server understood the request but refuses to authorize it. (https://tools.ietf.org/html/rfc7231section-6.5.3)
EventSubscriptionInput
object
This class is used to register for Notifications.
2 properties 1 required
EventSubscription
1 required
Error401
Unauthorized. (https://tools.ietf.org/html/rfc7235section-3.1)
Error401Code
string
One of the following error codes: - missingCredentials: No credentials provided. - invalidCredentials: Provided credentials are invalid or expired
Error400
Bad Request. (https://tools.ietf.org/html/rfc7231section-6.5.1)
Error501
Not Implemented. Used in case Seller is not supporting an optional operation (https://tools.ietf.org/html/rfc7231section-6.6.2)
Error500
Internal Server Error. (https://tools.ietf.org/html/rfc7231section-6.6.1)
Error403Code
string
This code indicates that the server understood the request but refuses to authorize it because of one of the following error codes: - accessDenied: Access deni…
Error
object
Standard Class used to describe API response error Not intended to be used directly. The code in the HTTP header is used as a discriminator for the type of err…
3 properties 1 required
Error400Code_2
string
One of the following error codes: - missingQueryParameter: The URI is missing a required query-string parameter. - missingQueryValue: The URI is missing a requ…
Error404_2
Resource for the requested path not found. (https://tools.ietf.org/html/rfc7231section-6.5.4)
Error403_2
Forbidden. This code indicates that the server understood the request but refused to authorize it. (https://tools.ietf.org/html/rfc7231section-6.5.3)
EventSubscriptionInput_2
object
This class is used to register for Notifications.
2 properties 1 required
EventSubscription_2
object
This resource is used to respond to notification subscriptions.
3 properties 2 required
Error401_2
'Unauthorized. (https://tools.ietf.org/html/rfc7235section-3.1)'
Error401Code_2
string
One of the following error codes: - missingCredentials: No credentials provided. - invalidCredentials: Provided credentials are invalid or expired.
Error400_2
'Bad Request. (https://tools.ietf.org/html/rfc7231section-6.5.1)'
Error501_2
Not Implemented. Used in case Seller is not supporting an optional operation. (https://tools.ietf.org/html/rfc7231section-6.6.2)
Error500_2
Internal Server Error. (https://tools.ietf.org/html/rfc7231section-6.6.1)
Error403Code_2
string
This code indicates that the server understood the request but refuses to authorize it because of one of the following error codes: - accessDenied: Access deni…
Error_2
object
Standard Class used to describe API response error Not intended to be used directly. The code in the HTTP header is used as a discriminator for the type of err…
3 properties 1 required
Error400Code_3
string
One of the following error codes: - missingQueryParameter: The URI is missing a required query-string parameter - missingQueryValue: The URI is missing a requi…
Error404_3
Resource for the requested path not found. (https://tools.ietf.org/html/rfc7231section-6.5.4)
Error403_3
Forbidden. This code indicates that the server understood the request but refused to authorize it. (https://tools.ietf.org/html/rfc7231section-6.5.3)
EventSubscriptionInput_3
object
This class is used to register for Notifications.
2 properties 1 required
EventSubscription_3
object
This resource is used to respond to notification subscriptions.
3 properties 2 required
Error401_3
'Unauthorized. (https://tools.ietf.org/html/rfc7235section-3.1)'
Error401Code_3
string
One of the following error codes: - missingCredentials: No credentials provided - invalidCredentials: Provided credentials are invalid or expired.
Error400_3
'Bad Request. (https://tools.ietf.org/html/rfc7231section-6.5.1)'
Error501_3
Not Implemented. Used in case Seller is not supporting an optional operation. (https://tools.ietf.org/html/rfc7231section-6.6.2)
Error500_3
Internal Server Error. (https://tools.ietf.org/html/rfc7231section-6.6.1)
Error403Code_3
string
This code indicates that the server understood the request but refuses to authorize it because of one of the following error codes: - accessDenied: Access deni…
Error_3
object
Standard Class used to describe API response error Not intended to be used directly. The code in the HTTP header is used as a discriminator for the type of err…
3 properties 1 required
EventSubscriptionInput_4
object
This class is used to register for Notifications.
2 properties 2 required
Error422
Unprocessable entity due to a business validation problem. (https://tools.ietf.org/html/rfc4918section-11.2)
Error400Code_4
string
One of the following error codes: - missingQueryParameter: The URI is missing a required query-string parameter - missingQueryValue: The URI is missing a requi…
Error422Code
string
One of the following error codes: - missingProperty: The property that was expected is not present in the payload - invalidValue: The property has an incorrect…
Error404_4
Resource for the requested path not found. (https://tools.ietf.org/html/rfc7231section-6.5.4)
EventSubscriptionInput_5
object
This class is used to register for Notifications.
2 properties 1 required
EventSubscription_4
object
This resource is used to respond to notification subscriptions.
3 properties 2 required
Error401_4
Unauthorized. (https://tools.ietf.org/html/rfc7235section-3.1)
Error401Code_4
string
One of the following error codes: - missingCredentials: No credentials provided. - invalidCredentials: Provided credentials are invalid or expired
Error400_4
Bad Request. (https://tools.ietf.org/html/rfc7231section-6.5.1)
Error500_4
Internal Server Error. (https://tools.ietf.org/html/rfc7231section-6.6.1)
Error400Code_5
string
One of the following error codes: - missingQueryParameter: The URI is missing a required query-string parameter - missingQueryValue: The URI is missing a requi…
Error404_5
Resource for the requested path not found. (https://tools.ietf.org/html/rfc7231section-6.5.4)
EventSubscriptionInput_6
object
This class is used to register for Notifications.
2 properties 1 required
EventSubscription_5
object
This resource is used to respond to notification subscriptions.
3 properties 2 required
Error401_5
Unauthorized. (https://tools.ietf.org/html/rfc7235section-3.1)
Error401Code_5
string
One of the following error codes: - missingCredentials: No credentials provided. - invalidCredentials: Provided credentials are invalid or expired
Error400_5
Bad Request. (https://tools.ietf.org/html/rfc7231section-6.5.1)
Error500_5
Internal Server Error. (https://tools.ietf.org/html/rfc7231section-6.6.1)
Error422_2
Unprocessable entity due to a business validation problem. (https://tools.ietf.org/html/rfc4918section-11.2)
Error400Code_6
string
One of the following error codes: - missingQueryParameter: The URI is missing a required query-string parameter - missingQueryValue: The URI is missing a requi…
Error422Code_2
string
One of the following error codes: - missingProperty: The property the Seller has expected is not present in the payload - invalidValue: The property has an inc…
Error404_6
Resource for the requested path not found. (https://tools.ietf.org/html/rfc7231section-6.5.4)
EventSubscriptionInput_7
object
This class is used to register for Notifications.
2 properties 1 required
EventSubscription_6
object
Sets the communication endpoint address the service instance must use to deliver notification information
3 properties 2 required
Error401_6
Unauthorized. (https://tools.ietf.org/html/rfc7235section-3.1)
Error401Code_6
string
One of the following error codes: - missingCredentials: No credentials provided. - invalidCredentials: Provided credentials are invalid or expired
Error400_6
Bad Request. (https://tools.ietf.org/html/rfc7231section-6.5.1)
Error500_6
Internal Server Error. (https://tools.ietf.org/html/rfc7231section-6.6.1)
Error400Code_7
string
One of the following error codes: - missingQueryParameter: The URI is missing a required query-string parameter - missingQueryValue: The URI is missing a requi…
Error404_7
Resource for the requested path not found. (https://tools.ietf.org/html/rfc7231section-6.5.4)
EventSubscriptionInput_8
object
Sets the communication endpoint address the service instance must use to deliver notification information
2 properties 1 required
EventSubscription_7
object
Sets the communication endpoint address the service instance must use to deliver notification information
3 properties 2 required
Error401_7
Unauthorized. (https://tools.ietf.org/html/rfc7235section-3.1)
Error401Code_7
string
One of the following error codes: - missingCredentials: No credentials provided. - invalidCredentials: Provided credentials are invalid or expired
Error400_7
Bad Request. (https://tools.ietf.org/html/rfc7231section-6.5.1)
Error500_7
Internal Server Error. (https://tools.ietf.org/html/rfc7231section-6.6.1)
Error422_3
Unprocessable entity due to a business validation problem. (https://tools.ietf.org/html/rfc4918section-11.2)
Error400Code_8
string
One of the following error codes: - missingQueryParameter: The URI is missing a required query-string parameter - missingQueryValue: The URI is missing a requi…
Error422Code_3
string
One of the following error codes: - missingProperty: The property the Seller has expected is not present in the payload - invalidValue: The property has an inc…
Error404_8
Resource for the requested path not found. (https://tools.ietf.org/html/rfc7231section-6.5.4)
EventSubscriptionInput_9
object
This class is used to register for Notifications. | API name | MEF 113 name | Description | | ---------------------------------------- | ---------------------…
2 properties 1 required
EventSubscription_8
object
Sets the communication endpoint address the service instance must use to deliver notification information
3 properties 2 required
Error401_8
Unauthorized. (https://tools.ietf.org/html/rfc7235section-3.1)
Error401Code_8
string
One of the following error codes: - missingCredentials: No credentials provided. - invalidCredentials: Provided credentials are invalid or expired
Error400_8
Bad Request. (https://tools.ietf.org/html/rfc7231section-6.5.1)
Error500_8
Internal Server Error. (https://tools.ietf.org/html/rfc7231section-6.6.1)
Error422_4
Unprocessable entity due to a business validation problem. (https://tools.ietf.org/html/rfc4918section-11.2)
Error400Code_9
string
One of the following error codes: - missingQueryParameter: The URI is missing a required query-string parameter - missingQueryValue: The URI is missing a requi…
Error422Code_4
string
One of the following error codes: - missingProperty: The property the Seller has expected is not present in the payload - invalidValue: The property has an inc…
Error404_9
Resource for the requested path not found. (https://tools.ietf.org/html/rfc7231section-6.5.4)
Error403_4
Forbidden. (https://tools.ietf.org/html/rfc7231section-6.5.3)
EventSubscriptionInput_10
object
This class is used to register for Notifications.
2 properties 1 required
EventSubscription_9
object
This resource is used to respond to notification subscriptions.
3 properties 2 required
Error401_9
Unauthorized. (https://tools.ietf.org/html/rfc7235section-3.1)
Error401Code_9
string
One of the following error codes: - missingCredentials: No credentials provided. - invalidCredentials: Provided credentials are invalid or expired
Error400_9
Bad Request. (https://tools.ietf.org/html/rfc7231section-6.5.1)
Error500_9
Internal Server Error. (https://tools.ietf.org/html/rfc7231section-6.6.1)
Error_4
object
Standard Class used to describe API response error Not intended to be used directly. The code in the HTTP header is used as a discriminator for the type of err…
3 properties 1 required
Error422_5
Unprocessable entity due to a business validation problem. (https://tools.ietf.org/html/rfc4918section-11.2)
Error400Code_10
string
One of the following error codes: - missingQueryParameter: The URI is missing a required query-string parameter - missingQueryValue: The URI is missing a requi…
Error422Code_5
string
One of the following error codes: - missingProperty: The property the Seller has expected is not present in the payload - invalidValue: The property has an inc…
Error404_10
Resource for the requested path not found. (https://tools.ietf.org/html/rfc7231section-6.5.4)
EventSubscriptionInput_11
object
This class is used to register for Notifications.
2 properties 1 required
EventSubscription_10
object
This resource is used to respond to notification subscriptions.
3 properties 2 required
Error401_10
Unauthorized. (https://tools.ietf.org/html/rfc7235section-3.1)
Error401Code_10
string
One of the following error codes: - missingCredentials: No credentials provided. - invalidCredentials: Provided credentials are invalid or expired
Error400_10
Bad Request. (https://tools.ietf.org/html/rfc7231section-6.5.1)
Error500_10
Internal Server Error. (https://tools.ietf.org/html/rfc7231section-6.6.1)
Error422_6
Unprocessable entity due to a business validation problem. (https://tools.ietf.org/html/rfc4918section-11.2)
Error400Code_11
string
One of the following error codes: - missingQueryParameter: The URI is missing a required query-string parameter - missingQueryValue: The URI is missing a requi…
Error422Code_6
string
One of the following error codes: - missingProperty: The property the Seller has expected is not present in the payload - invalidValue: The property has an inc…
Error404_11
Resource for the requested path not found. (https://tools.ietf.org/html/rfc7231section-6.5.4)
EventSubscriptionInput_12
object
This class is used to register for Notifications.
2 properties 1 required
EventSubscription_11
object
This resource is used to manage notification subscriptions.
3 properties 2 required
Error401_11
Unauthorized. (https://tools.ietf.org/html/rfc7235section-3.1)
Error401Code_11
string
One of the following error codes: - missingCredentials: No credentials provided. - invalidCredentials: Provided credentials are invalid or expired
Error400_11
Bad Request. (https://tools.ietf.org/html/rfc7231section-6.5.1)
Error500_11
Internal Server Error. (https://tools.ietf.org/html/rfc7231section-6.6.1)
Error422_7
Unprocessable entity due to a business validation problem. (https://tools.ietf.org/html/rfc4918section-11.2)
Error400Code_12
string
One of the following error codes: - missingQueryParameter: The URI is missing a required query-string parameter - missingQueryValue: The URI is missing a requi…
Error422Code_7
string
One of the following error codes: - missingProperty: The property the Seller has expected is not present in the payload - invalidValue: The property has an inc…
Error404_12
Resource for the requested path not found. (https://tools.ietf.org/html/rfc7231section-6.5.4)
EventSubscriptionInput_13
object
This class is used to register for Notifications.
2 properties 1 required
EventSubscription_12
object
This resource is used to respond to notification subscriptions.
3 properties 2 required
Error401_12
Unauthorized. (https://tools.ietf.org/html/rfc7235section-3.1)
Error401Code_12
string
One of the following error codes: - missingCredentials: No credentials provided. - invalidCredentials: Provided credentials are invalid or expired
Error400_12
Bad Request. (https://tools.ietf.org/html/rfc7231section-6.5.1)
Error500_12
Internal Server Error. (https://tools.ietf.org/html/rfc7231section-6.6.1)
Error422_8
Unprocessable entity due to a business validation problem. (https://tools.ietf.org/html/rfc4918section-11.2)
Error400Code_13
string
One of the following error codes: - missingQueryParameter: The URI is missing a required query-string parameter - missingQueryValue: The URI is missing a requi…
Error422Code_8
string
One of the following error codes: - missingProperty: The property the Seller has expected is not present in the payload - invalidValue: The property has an inc…
Error404_13
Resource for the requested path not found. (https://tools.ietf.org/html/rfc7231section-6.5.4)
EventSubscriptionInput_14
object
This class is used to register for Notifications.
2 properties 1 required
EventSubscription_13
object
Sets the communication endpoint address the service instance must use to deliver notification information
3 properties 2 required
Error401_13
Unauthorized. (https://tools.ietf.org/html/rfc7235section-3.1)
Error401Code_13
string
One of the following error codes: - missingCredentials: No credentials provided. - invalidCredentials: Provided credentials are invalid or expired
Error400_13
Bad Request. (https://tools.ietf.org/html/rfc7231section-6.5.1)
Error501_4
Not Implemented. (https://tools.ietf.org/html/rfc7231section-6.6.2)
Error500_13
Internal Server Error. (https://tools.ietf.org/html/rfc7231section-6.6.1)
Error422_9
Unprocessable entity due to a business validation problem. (https://tools.ietf.org/html/rfc4918section-11.2)
Error400Code_14
string
One of the following error codes: - missingQueryParameter: The URI is missing a required query-string parameter - missingQueryValue: The URI is missing a requi…
Error422Code_9
string
One of the following error codes: - missingProperty: The property the Seller has expected is not present in the payload - invalidValue: The property has an inc…
Error404_14
Resource for the requested path not found. (https://tools.ietf.org/html/rfc7231section-6.5.4)
EventSubscriptionInput_15
object
This class is used to register for Notifications. | API name | MEF 113 name | Description | | ---------------------------------------- | ---------------------…
2 properties 1 required
EventSubscription_14
object
Sets the communication endpoint address the service instance must use to deliver notification information
3 properties 2 required
Error401_14
Unauthorized. (https://tools.ietf.org/html/rfc7235section-3.1)
Error401Code_14
string
One of the following error codes: - missingCredentials: No credentials provided. - invalidCredentials: Provided credentials are invalid or expired
Error400_14
Bad Request. (https://tools.ietf.org/html/rfc7231section-6.5.1)
Error500_14
Internal Server Error. (https://tools.ietf.org/html/rfc7231section-6.6.1)
Error_5
object
Standard Class used to describe API response error Not intended to be used directly. The code in the HTTP header is used as a discriminator for the type of err…
3 properties 1 required
Error422_10
Unprocessable entity due to a business validation problem. (https://tools.ietf.org/html/rfc4918section-11.2)
Error400Code_15
string
One of the following error codes: - missingQueryParameter: The URI is missing a required query-string parameter - missingQueryValue: The URI is missing a requi…
Error422Code_10
string
One of the following error codes: - missingProperty: The property the Seller has expected is not present in the payload - invalidValue: The property has an inc…
Error404_15
Resource for the requested path not found. (https://tools.ietf.org/html/rfc7231section-6.5.4)
EventSubscriptionInput_16
object
This class is used to register for Notifications.
2 properties 1 required
EventSubscription_15
object
Sets the communication endpoint address the service instance must use to deliver notification information
3 properties 2 required
Error401_15
Unauthorized. (https://tools.ietf.org/html/rfc7235section-3.1)
Error401Code_15
string
One of the following error codes: - missingCredentials: No credentials provided. - invalidCredentials: Provided credentials are invalid or expired
Error400_15
Bad Request. (https://tools.ietf.org/html/rfc7231section-6.5.1)
Error500_15
Internal Server Error. (https://tools.ietf.org/html/rfc7231section-6.6.1)
EventSubscriptionInput_17
object
This class is used to register for Notifications.
2 properties 1 required
Error400Code_16
string
One of the following error codes: - missingQueryParameter: The URI is missing a required query-string parameter. - missingQueryValue: The URI is missing a requ…
Error404_16
Resource for the requested path not found. (https://tools.ietf.org/html/rfc7231section-6.5.4)
Error403_5
Forbidden. This code indicates that the server understood the request but refused to authorize it. (https://tools.ietf.org/html/rfc7231section-6.5.3)
EventSubscriptionInput_18
object
This class is used to register for Notifications.
2 properties 1 required
EventSubscription_16
object
This resource is used to respond to notification subscriptions.
3 properties 2 required
Error401_16
'Unauthorized. (https://tools.ietf.org/html/rfc7235section-3.1)'
Error401Code_16
string
One of the following error codes: - missingCredentials: No credentials provided. - invalidCredentials: Provided credentials are invalid or expired.
Error400_16
'Bad Request. (https://tools.ietf.org/html/rfc7231section-6.5.1)'
Error501_5
Not Implemented. Used in case Seller is not supporting an optional operation. (https://tools.ietf.org/html/rfc7231section-6.6.2)
Error500_16
Internal Server Error. (https://tools.ietf.org/html/rfc7231section-6.6.1)
Error403Code_4
string
This code indicates that the server understood the request but refuses to authorize it because of one of the following error codes: - accessDenied: Access deni…
Error_6
object
Standard Class used to describe API response error Not intended to be used directly. The code in the HTTP header is used as a discriminator for the type of err…
3 properties 1 required
Error400Code_17
string
One of the following error codes: - missingQueryParameter: The URI is missing a required query-string parameter - missingQueryValue: The URI is missing a requi…
Error404_17
Resource for the requested path not found. (https://tools.ietf.org/html/rfc7231section-6.5.4)
Error403_6
Forbidden. This code indicates that the server understood the request but refused to authorize it. (https://tools.ietf.org/html/rfc7231section-6.5.3)
EventSubscriptionInput_19
object
This class is used to register for Notifications.
2 properties 1 required
EventSubscription_17
object
This resource is used to respond to notification subscriptions.
3 properties 2 required
Error401_17
'Unauthorized. (https://tools.ietf.org/html/rfc7235section-3.1)'
Error401Code_17
string
One of the following error codes: - missingCredentials: No credentials provided - invalidCredentials: Provided credentials are invalid or expired.
Error400_17
'Bad Request. (https://tools.ietf.org/html/rfc7231section-6.5.1)'
Error501_6
Not Implemented. Used in case Seller is not supporting an optional operation. (https://tools.ietf.org/html/rfc7231section-6.6.2)
Error500_17
Internal Server Error. (https://tools.ietf.org/html/rfc7231section-6.6.1)
Error403Code_5
string
This code indicates that the server understood the request but refuses to authorize it because of one of the following error codes: - accessDenied: Access deni…
Error_7
object
Standard Class used to describe API response error Not intended to be used directly. The code in the HTTP header is used as a discriminator for the type of err…
3 properties 1 required
EventSubscriptionInput_20
object
This class is used to register for Notifications.
2 properties 2 required
Error400Code_18
string
One of the following error codes: - missingQueryParameter: The URI is missing a required query-string parameter - missingQueryValue: The URI is missing a requi…
Error404_18
Resource for the requested path not found. (https://tools.ietf.org/html/rfc7231section-6.5.4)
EventSubscriptionInput_21
object
This class is used to register for Notifications.
2 properties 1 required
EventSubscription_18
object
This resource is used to respond to notification subscriptions.
3 properties 2 required
Error401_18
Unauthorized. (https://tools.ietf.org/html/rfc7235section-3.1)
Error401Code_18
string
One of the following error codes: - missingCredentials: No credentials provided. - invalidCredentials: Provided credentials are invalid or expired
Error400_18
Bad Request. (https://tools.ietf.org/html/rfc7231section-6.5.1)
Error500_18
Internal Server Error. (https://tools.ietf.org/html/rfc7231section-6.6.1)
Error400Code_19
string
One of the following error codes: - missingQueryParameter: The URI is missing a required query-string parameter - missingQueryValue: The URI is missing a requi…
Error404_19
Resource for the requested path not found. (https://tools.ietf.org/html/rfc7231section-6.5.4)
EventSubscriptionInput_22
object
This class is used to register for Notifications.
2 properties 1 required
EventSubscription_19
object
This resource is used to respond to notification subscriptions.
3 properties 2 required
Error401_19
Unauthorized. (https://tools.ietf.org/html/rfc7235section-3.1)
Error401Code_19
string
One of the following error codes: - missingCredentials: No credentials provided. - invalidCredentials: Provided credentials are invalid or expired
Error400_19
Bad Request. (https://tools.ietf.org/html/rfc7231section-6.5.1)
Error500_19
Internal Server Error. (https://tools.ietf.org/html/rfc7231section-6.6.1)
EventSubscriptionInput_23
object
This class is used to register for Notifications.
2 properties 1 required
Error400Code_20
string
One of the following error codes: - missingQueryParameter: The URI is missing a required query-string parameter. - missingQueryValue: The URI is missing a requ…
Error404_20
Resource for the requested path not found. (https://tools.ietf.org/html/rfc7231section-6.5.4)
Error403_7
Forbidden. This code indicates that the server understood the request but refused to authorize it. (https://tools.ietf.org/html/rfc7231section-6.5.3)
EventSubscriptionInput_24
object
This class is used to register for Notifications.
2 properties 1 required
EventSubscription_20
object
This resource is used to respond to notification subscriptions.
3 properties 2 required
Error401_20
'Unauthorized. (https://tools.ietf.org/html/rfc7235section-3.1)'
Error401Code_20
string
One of the following error codes: - missingCredentials: No credentials provided. - invalidCredentials: Provided credentials are invalid or expired.
Error400_20
'Bad Request. (https://tools.ietf.org/html/rfc7231section-6.5.1)'
Error501_7
Not Implemented. Used in case Seller is not supporting an optional operation. (https://tools.ietf.org/html/rfc7231section-6.6.2)
Error500_20
Internal Server Error. (https://tools.ietf.org/html/rfc7231section-6.6.1)
Error403Code_6
string
This code indicates that the server understood the request but refuses to authorize it because of one of the following error codes: - accessDenied: Access deni…
Error_8
object
Standard Class used to describe API response error Not intended to be used directly. The code in the HTTP header is used as a discriminator for the type of err…
3 properties 1 required
Error400Code_21
string
One of the following error codes: - missingQueryParameter: The URI is missing a required query-string parameter - missingQueryValue: The URI is missing a requi…
Error404_21
Resource for the requested path not found. (https://tools.ietf.org/html/rfc7231section-6.5.4)
Error403_8
Forbidden. This code indicates that the server understood the request but refused to authorize it. (https://tools.ietf.org/html/rfc7231section-6.5.3)
EventSubscriptionInput_25
object
This class is used to register for Notifications.
2 properties 1 required
EventSubscription_21
object
This resource is used to respond to notification subscriptions.
3 properties 2 required
Error401_21
'Unauthorized. (https://tools.ietf.org/html/rfc7235section-3.1)'
Error401Code_21
string
One of the following error codes: - missingCredentials: No credentials provided - invalidCredentials: Provided credentials are invalid or expired.
Error400_21
'Bad Request. (https://tools.ietf.org/html/rfc7231section-6.5.1)'
Error501_8
Not Implemented. Used in case Seller is not supporting an optional operation. (https://tools.ietf.org/html/rfc7231section-6.6.2)
Error500_21
Internal Server Error. (https://tools.ietf.org/html/rfc7231section-6.6.1)
Error403Code_7
string
This code indicates that the server understood the request but refuses to authorize it because of one of the following error codes: - accessDenied: Access deni…
Error_9
object
Standard Class used to describe API response error Not intended to be used directly. The code in the HTTP header is used as a discriminator for the type of err…
3 properties 1 required
EventSubscriptionInput_26
object
This class is used to register for Notifications.
2 properties 2 required
Error400Code_22
string
One of the following error codes: - missingQueryParameter: The URI is missing a required query-string parameter - missingQueryValue: The URI is missing a requi…
Error404_22
Resource for the requested path not found. (https://tools.ietf.org/html/rfc7231section-6.5.4)
EventSubscriptionInput_27
object
This class is used to register for Notifications.
2 properties 1 required
EventSubscription_22
object
This resource is used to respond to notification subscriptions.
3 properties 2 required
Error401_22
Unauthorized. (https://tools.ietf.org/html/rfc7235section-3.1)
Error401Code_22
string
One of the following error codes: - missingCredentials: No credentials provided. - invalidCredentials: Provided credentials are invalid or expired
Error400_22
Bad Request. (https://tools.ietf.org/html/rfc7231section-6.5.1)
Error500_22
Internal Server Error. (https://tools.ietf.org/html/rfc7231section-6.6.1)
Error400Code_23
string
One of the following error codes: - missingQueryParameter: The URI is missing a required query-string parameter - missingQueryValue: The URI is missing a requi…
Error404_23
Resource for the requested path not found. (https://tools.ietf.org/html/rfc7231section-6.5.4)
EventSubscriptionInput_28
object
This class is used to register for Notifications.
2 properties 1 required
EventSubscription_23
object
This resource is used to respond to notification subscriptions.
3 properties 2 required
Error401_23
Unauthorized. (https://tools.ietf.org/html/rfc7235section-3.1)
Error401Code_23
string
One of the following error codes: - missingCredentials: No credentials provided. - invalidCredentials: Provided credentials are invalid or expired
Error400_23
Bad Request. (https://tools.ietf.org/html/rfc7231section-6.5.1)
Error500_23
Internal Server Error. (https://tools.ietf.org/html/rfc7231section-6.6.1)
Error422_11
Unprocessable entity due to a business validation problem. (https://tools.ietf.org/html/rfc4918section-11.2)
Error400Code_24
string
One of the following error codes: - missingQueryParameter: The URI is missing a required query-string parameter - missingQueryValue: The URI is missing a requi…
Error422Code_11
string
One of the following error codes: - missingProperty: The property the Seller has expected is not present in the payload - invalidValue: The property has an inc…
Error404_24
Resource for the requested path not found. (https://tools.ietf.org/html/rfc7231section-6.5.4)
EventSubscriptionInput_29
object
This class is used to register for Notifications.
2 properties 1 required
EventSubscription_24
object
Sets the communication endpoint address the service instance must use to deliver notification information
3 properties 2 required
Error401_24
Unauthorized. (https://tools.ietf.org/html/rfc7235section-3.1)
Error401Code_24
string
One of the following error codes: - missingCredentials: No credentials provided. - invalidCredentials: Provided credentials are invalid or expired
Error400_24
Bad Request. (https://tools.ietf.org/html/rfc7231section-6.5.1)
Error500_24
Internal Server Error. (https://tools.ietf.org/html/rfc7231section-6.6.1)
Error400Code_25
string
One of the following error codes: - missingQueryParameter: The URI is missing a required query-string parameter - missingQueryValue: The URI is missing a requi…
Error404_25
Resource for the requested path not found. (https://tools.ietf.org/html/rfc7231section-6.5.4)
EventSubscriptionInput_30
object
Sets the communication endpoint address the service instance must use to deliver notification information
2 properties 1 required
EventSubscription_25
object
Sets the communication endpoint address the service instance must use to deliver notification information
3 properties 2 required
Error401_25
Unauthorized. (https://tools.ietf.org/html/rfc7235section-3.1)
Error401Code_25
string
One of the following error codes: - missingCredentials: No credentials provided. - invalidCredentials: Provided credentials are invalid or expired
Error400_25
Bad Request. (https://tools.ietf.org/html/rfc7231section-6.5.1)
Error500_25
Internal Server Error. (https://tools.ietf.org/html/rfc7231section-6.6.1)
Error422_12
Unprocessable entity due to a business validation problem. (https://tools.ietf.org/html/rfc4918section-11.2)
Error400Code_26
string
One of the following error codes: - missingQueryParameter: The URI is missing a required query-string parameter - missingQueryValue: The URI is missing a requi…
Error422Code_12
string
One of the following error codes: - missingProperty: The property the Seller has expected is not present in the payload - invalidValue: The property has an inc…
Error404_26
Resource for the requested path not found. (https://tools.ietf.org/html/rfc7231section-6.5.4)
EventSubscriptionInput_31
object
This class is used to register for Notifications. | API name | MEF 113 name | Description | | ---------------------------------------- | ---------------------…
2 properties 1 required
EventSubscription_26
object
Sets the communication endpoint address the service instance must use to deliver notification information
3 properties 2 required
Error401_26
Unauthorized. (https://tools.ietf.org/html/rfc7235section-3.1)
Error401Code_26
string
One of the following error codes: - missingCredentials: No credentials provided. - invalidCredentials: Provided credentials are invalid or expired
Error400_26
Bad Request. (https://tools.ietf.org/html/rfc7231section-6.5.1)
Error500_26
Internal Server Error. (https://tools.ietf.org/html/rfc7231section-6.6.1)
Error422_13
Unprocessable entity due to a business validation problem. (https://tools.ietf.org/html/rfc4918section-11.2)
Error400Code_27
string
One of the following error codes: - missingQueryParameter: The URI is missing a required query-string parameter - missingQueryValue: The URI is missing a requi…
Error422Code_13
string
One of the following error codes: - missingProperty: The property the Seller has expected is not present in the payload - invalidValue: The property has an inc…
Error404_27
Resource for the requested path not found. (https://tools.ietf.org/html/rfc7231section-6.5.4)
Error403_9
Forbidden. (https://tools.ietf.org/html/rfc7231section-6.5.3)
EventSubscriptionInput_32
object
This class is used to register for Notifications.
2 properties 1 required
EventSubscription_27
object
This resource is used to respond to notification subscriptions.
3 properties 2 required
Error401_27
Unauthorized. (https://tools.ietf.org/html/rfc7235section-3.1)
Error401Code_27
string
One of the following error codes: - missingCredentials: No credentials provided. - invalidCredentials: Provided credentials are invalid or expired
Error400_27
Bad Request. (https://tools.ietf.org/html/rfc7231section-6.5.1)
Error500_27
Internal Server Error. (https://tools.ietf.org/html/rfc7231section-6.6.1)
Error_10
object
Standard Class used to describe API response error Not intended to be used directly. The code in the HTTP header is used as a discriminator for the type of err…
3 properties 1 required
Error422_14
Unprocessable entity due to a business validation problem. (https://tools.ietf.org/html/rfc4918section-11.2)
Error400Code_28
string
One of the following error codes: - missingQueryParameter: The URI is missing a required query-string parameter - missingQueryValue: The URI is missing a requi…
Error422Code_14
string
One of the following error codes: - missingProperty: The property the Seller has expected is not present in the payload - invalidValue: The property has an inc…
Error404_28
Resource for the requested path not found. (https://tools.ietf.org/html/rfc7231section-6.5.4)
EventSubscriptionInput_33
object
This class is used to register for Notifications.
2 properties 1 required
EventSubscription_28
object
This resource is used to respond to notification subscriptions.
3 properties 2 required
Error401_28
Unauthorized. (https://tools.ietf.org/html/rfc7235section-3.1)
Error401Code_28
string
One of the following error codes: - missingCredentials: No credentials provided. - invalidCredentials: Provided credentials are invalid or expired
Error400_28
Bad Request. (https://tools.ietf.org/html/rfc7231section-6.5.1)
Error500_28
Internal Server Error. (https://tools.ietf.org/html/rfc7231section-6.6.1)
Error422_15
Unprocessable entity due to a business validation problem. (https://tools.ietf.org/html/rfc4918section-11.2)
Error400Code_29
string
One of the following error codes: - missingQueryParameter: The URI is missing a required query-string parameter - missingQueryValue: The URI is missing a requi…
Error422Code_15
string
One of the following error codes: - missingProperty: The property the Seller has expected is not present in the payload - invalidValue: The property has an inc…
Error404_29
Resource for the requested path not found. (https://tools.ietf.org/html/rfc7231section-6.5.4)
EventSubscriptionInput_34
object
This class is used to register for Notifications.
2 properties 1 required
EventSubscription_29
object
This resource is used to manage notification subscriptions.
3 properties 2 required
Error401_29
Unauthorized. (https://tools.ietf.org/html/rfc7235section-3.1)
Error401Code_29
string
One of the following error codes: - missingCredentials: No credentials provided. - invalidCredentials: Provided credentials are invalid or expired
Error400_29
Bad Request. (https://tools.ietf.org/html/rfc7231section-6.5.1)
Error500_29
Internal Server Error. (https://tools.ietf.org/html/rfc7231section-6.6.1)
Error422_16
Unprocessable entity due to a business validation problem. (https://tools.ietf.org/html/rfc4918section-11.2)
Error400Code_30
string
One of the following error codes: - missingQueryParameter: The URI is missing a required query-string parameter - missingQueryValue: The URI is missing a requi…
Error422Code_16
string
One of the following error codes: - missingProperty: The property the Seller has expected is not present in the payload - invalidValue: The property has an inc…
Error404_30
Resource for the requested path not found. (https://tools.ietf.org/html/rfc7231section-6.5.4)
EventSubscriptionInput_35
object
This class is used to register for Notifications.
2 properties 1 required
EventSubscription_30
object
This resource is used to respond to notification subscriptions.
3 properties 2 required
Error401_30
Unauthorized. (https://tools.ietf.org/html/rfc7235section-3.1)
Error401Code_30
string
One of the following error codes: - missingCredentials: No credentials provided. - invalidCredentials: Provided credentials are invalid or expired
Error400_30
Bad Request. (https://tools.ietf.org/html/rfc7231section-6.5.1)
Error500_30
Internal Server Error. (https://tools.ietf.org/html/rfc7231section-6.6.1)
Error422_17
Unprocessable entity due to a business validation problem. (https://tools.ietf.org/html/rfc4918section-11.2)
Error400Code_31
string
One of the following error codes: - missingQueryParameter: The URI is missing a required query-string parameter - missingQueryValue: The URI is missing a requi…
Error422Code_17
string
One of the following error codes: - missingProperty: The property the Seller has expected is not present in the payload - invalidValue: The property has an inc…
Error404_31
Resource for the requested path not found. (https://tools.ietf.org/html/rfc7231section-6.5.4)
EventSubscriptionInput_36
object
This class is used to register for Notifications.
2 properties 1 required
EventSubscription_31
object
Sets the communication endpoint address the service instance must use to deliver notification information
3 properties 2 required
Error401_31
Unauthorized. (https://tools.ietf.org/html/rfc7235section-3.1)
Error401Code_31
string
One of the following error codes: - missingCredentials: No credentials provided. - invalidCredentials: Provided credentials are invalid or expired
Error400_31
Bad Request. (https://tools.ietf.org/html/rfc7231section-6.5.1)
Error501_9
Not Implemented. (https://tools.ietf.org/html/rfc7231section-6.6.2)
Error500_31
Internal Server Error. (https://tools.ietf.org/html/rfc7231section-6.6.1)
Error422_18
Unprocessable entity due to a business validation problem. (https://tools.ietf.org/html/rfc4918section-11.2)
Error400Code_32
string
One of the following error codes: - missingQueryParameter: The URI is missing a required query-string parameter - missingQueryValue: The URI is missing a requi…
Error422Code_18
string
One of the following error codes: - missingProperty: The property the Seller has expected is not present in the payload - invalidValue: The property has an inc…
Error404_32
Resource for the requested path not found. (https://tools.ietf.org/html/rfc7231section-6.5.4)
EventSubscriptionInput_37
object
This class is used to register for Notifications. | API name | MEF 113 name | Description | | ---------------------------------------- | ---------------------…
2 properties 1 required
EventSubscription_32
object
Sets the communication endpoint address the service instance must use to deliver notification information
3 properties 2 required
Error401_32
Unauthorized. (https://tools.ietf.org/html/rfc7235section-3.1)
Error401Code_32
string
One of the following error codes: - missingCredentials: No credentials provided. - invalidCredentials: Provided credentials are invalid or expired
Error400_32
Bad Request. (https://tools.ietf.org/html/rfc7231section-6.5.1)
Error500_32
Internal Server Error. (https://tools.ietf.org/html/rfc7231section-6.6.1)
Error_11
object
Standard Class used to describe API response error Not intended to be used directly. The code in the HTTP header is used as a discriminator for the type of err…
3 properties 1 required
Error422_19
Unprocessable entity due to a business validation problem. (https://tools.ietf.org/html/rfc4918section-11.2)
Error400Code_33
string
One of the following error codes: - missingQueryParameter: The URI is missing a required query-string parameter - missingQueryValue: The URI is missing a requi…
Error422Code_19
string
One of the following error codes: - missingProperty: The property the Seller has expected is not present in the payload - invalidValue: The property has an inc…
Error404_33
Resource for the requested path not found. (https://tools.ietf.org/html/rfc7231section-6.5.4)
EventSubscriptionInput_38
object
This class is used to register for Notifications.
2 properties 1 required
EventSubscription_33
object
Sets the communication endpoint address the service instance must use to deliver notification information
3 properties 2 required
Error401_33
Unauthorized. (https://tools.ietf.org/html/rfc7235section-3.1)
Error401Code_33
string
One of the following error codes: - missingCredentials: No credentials provided. - invalidCredentials: Provided credentials are invalid or expired
Error400_33
Bad Request. (https://tools.ietf.org/html/rfc7231section-6.5.1)
Error500_33
Internal Server Error. (https://tools.ietf.org/html/rfc7231section-6.6.1)

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

mef-events-subscription-api-openapi.yml Raw ↑

Other APIs MEF publishes across the network.

MEF LSO Interlude MEF 133.1 streaming template
MEF Alarm API
MEF Appointment API
MEF appointment operations API
MEF Cancel Product Order API
MEF Cancel Test Job API
MEF Category API
MEF Charge API
MEF CIM Incident API
MEF Customer Bill API
MEF Event listeners API
MEF Event Subscription Hub API
Where this information came from

This is an independent, third-party profile of MEF events subscription API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.