Webhooks
Post updated asset availabilities
Post availability events for assets. This provides a single endpoint to which you can post an event stream.
Note that you can also use callbacks on individual assets to update their availability.
POST
/
entities
/
webhooks
/
firehose
/
availability
Body
application/json
Updates to the availability of an asset or aggregate
asset_id
string
requiredAsset or aggregate to which this event pertains
event_id
string
requiredUID of this event
issued_timestamp
string
requiredWhen the event was published (UTC)
availability
object
requiredevent_timestamp
string
When the event occurred, if different from publication (UTC)
Response
200 - application/json
The response is of type any
.