EventsSubscriptionApi

Method Path Operation

POST

/hub

createHub — Create a subscription (hub) to receive Events

DELETE

/hub/{id}

hubDelete — Remove a subscription (hub) to receive Events

Operations

EventsSubscription

POST /hub

Operation ID

createHub

Create a subscription (hub) to receive Events

Description

Sets the communication endpoint to receive Events.

Parameters
Body parameter
Name Description and type Required Default Pattern

HubFVO

Data containing the callback endpoint to deliver the information HubFVO

X

Authorization
  • OAuth2ClientCredentials

Return type

Hub

Request content types
  • application/json

Response content types
  • application/json

Responses
Code Message Data type

201

Notified

Hub

default

Error

ErrorMessage

DELETE /hub/{id}

Operation ID

hubDelete

Remove a subscription (hub) to receive Events

Description

Delete the communication endpoint to receive Events.

Parameters
Path parameters
Name Description and type Required Default Pattern

id

Identifier of the API Resource

X

Authorization
  • OAuth2ClientCredentials

Return type

No response body.

Responses
Code Message Data type

204

Deleted

default

Error

ErrorMessage