v1

latestOpenAPI 3.1.02026-07-17203.1 KB

subscribes a client to receive out-of-band data

post/streams

Query parameters

callbackUrlstring uri required
Example:https://tonys-server.com

the location where data will be sent. Must be network accessible by the source server

Response

subscription successfully created

subscriptionIdstring required

this unique identifier allows management of the subscription

Example response

{
  "subscriptionId": "2531329f-fb09-4ef7-887e-84e648214436"
}