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
event
object
required

Response

200
application/json

Successful response

id
string
required
timestamp
string
required
user
required
v
string | null
required
org_id
string | null
required
user_id
string | null
required
customer_id
string | null
required
name
string
required
Allowed value: "debug.debug"
data
object
required