POST
/
entities
/
webhooks
/
firehose
/
availability
Authorization
Body
curl --request POST \
  --url http://localhost:8001/entities/webhooks/firehose/availability \
  --header 'Content-Type: application/json' \
  --data '{
  "asset_id": "<string>",
  "availability": {
    "periods": []
  },
  "event_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "event_timestamp": "2023-11-07T05:31:56Z",
  "issued_timestamp": "2023-11-07T05:31:56Z"
}'
"<any>"

Body

application/json
asset_id
string
required

Asset or aggregate to which this event pertains

availability
object
required
event_id
string
required

UID of this event

event_timestamp
string

When the event occurred, if different from publication (UTC)

issued_timestamp
string
required

When the event was published (UTC)

Response

200 - application/json

The response is of type any.