Ingest events
POST {{baseUrl}}/ingest
Send usage events to Metronome. The body of this request is expected to be a JSON array of between 1 and 100 usage events. Compressed request bodies are supported with a Content-Encoding: gzip header. See Getting usage into Metronome to learn more about usage events.
Request Body
{"0"=>{"customer_id"=>"<string>", "event_type"=>"<string>", "timestamp"=>"<string>", "transaction_id"=>"<string>", "properties"=>{"ut_62"=>-41586917, "do_1"=>"mollit anim occaecat", "dolor11"=>-79035898.30857633}}}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string |
RESPONSES
status: OK