Create
Create an event
- application/json
Request Body required
- source string required
- args object required
- url string required
Responses
- 200
- 401
Created
- application/json
- Schema
- Example (from schema)
Schema
- source string required
- args object required
- url string required
- recorded_at date-time required
- account_id int64 required
{
"source": "string",
"args": {},
"url": "string",
"recorded_at": "2023-07-26T10:28:13.606Z",
"account_id": 0
}
Authentication failure
- application/json
- Schema
- Example (from schema)
Schema
- source string required
- args object required
- url string required
- recorded_at date-time required
- account_id int64 required
{
"source": "string",
"args": {},
"url": "string",
"recorded_at": "2023-07-26T10:28:13.606Z",
"account_id": 0
}
Loading...