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": "2024-12-19T10:40:06.668Z",
"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": "2024-12-19T10:40:06.668Z",
"account_id": 0
}
Loading...