v1

latestOpenAPI 3.1.02026-07-24447622848.7 KB
Event Subscriptions

Subscribe to a resource updates

You can only subscribe to the same resource and the same target once. A status 409 will be returned if you attempt to send duplicate subscription.

post/api/2.0/app/subscriptions/

Request body

created_datestring date-time
deleted_datestring date-time nullable
idinteger
{"stackTrail":"components:schemas:Subscription:properties:properties:oneOf","oasType":"schema","type":"unknown","description":"Properties specific to this subscription.","nullable":true}
resourcestring required

The resource name.

signing_pub_keystring
targetstring uri required

Target URL where we would send the POST request on new events.

Response

created_datestring date-time
deleted_datestring date-time nullable
idinteger
{"stackTrail":"components:schemas:Subscription:properties:properties:oneOf","oasType":"schema","type":"unknown","description":"Properties specific to this subscription.","nullable":true}
resourcestring required

The resource name.

signing_pub_keystring
targetstring uri required

Target URL where we would send the POST request on new events.