PUT
/
events
/
{event_id}
curl --request PUT \
  --url https://api.withorb.com/v1/events/{event_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "customer_id": "<string>",
  "external_customer_id": "<string>",
  "event_name": "<string>",
  "timestamp": "2020-12-09T16:09:53Z",
  "properties": {}
}'
{
  "amended": "<string>"
}

Authorizations

Authorization
string
header
required

API Keys can be issued in the Orb's web application.

Path Parameters

event_id
string
required

Body

application/json

Response

200
application/json
OK

The response is of type object.