Create
Create an event
application/json
Request Body required
source string
args object
url string
Responses
- 200
- 401
Created
application/json
Schema
Example (from schema)
Schema
source string
args object
url string
recorded_at date-time
account_id int64
{
"source": "string",
"args": {},
"url": "string",
"recorded_at": "2025-04-17T19:06:45.595Z",
"account_id": 0
}
Authentication failure
application/json
Schema
Example (from schema)
Schema
source string
args object
url string
recorded_at date-time
account_id int64
{
"source": "string",
"args": {},
"url": "string",
"recorded_at": "2025-04-17T19:06:45.596Z",
"account_id": 0
}
Loading...