POST
/
event
curl --request POST \
  --url https://api.openint.dev/v1/event \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "event": {
    "name": "<string>",
    "data": {}
  }
}'
{
  "id": "<string>",
  "timestamp": "<string>",
  "user": "<string>",
  "v": "<string>",
  "org_id": "<string>",
  "user_id": "<string>",
  "customer_id": "<string>",
  "name": "<string>",
  "data": {}
}

Authorizations

Authorization
string
header
required

Organization API key generated in the OpenInt Console and passed in the authorization header with format: Bearer {apiKey}

Body

application/json

Response

200
application/json
Successful response

The response is of type object.