Secret-gated launch ingest
Cron/box push path. Body carries the ingest secret (field name secret) and up to 100 launch events.
Body
required
application/json
Launch ingest payload
- Type: stringsecretrequired
- Type: array of object …100events
- additionalPropertyType: anythingproperty
Name
Responses
- application/json
- application/json
- application/json
- application/json
- application/json
- application/json
Request Example for post/api/launches/ingest
curl https://api.musebook.trade/api/launches/ingest \
--request POST \
--header 'Content-Type: application/json' \
--data '{
"secret": "",
"events": [
{}
],
"additionalProperty": "anything"
}'
{
"ok": true,
"additionalProperty": "anything"
}