Creating subscriptions

Creates a new subscription in Orion

1 minute read

The endpoint to create new subscriptions is POST /orion/createSubscriptions

It allows a body which contains a subscription definition as described in https://github.com/telefonicaid/fiware-orion/blob/master/doc/manuals/orion-api.md#subscriptions-operations

This endpoint should be used only when additional information should be configured in the subscription and that is not possible using the UI.

Last modified May 12, 2023: adding dam contents (217a93d)