Skip to main content
POST
Create multiple events

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
inputs
object[]
required

A collection of timeline events we want to create.

Response

successful operation

completedAt
string<date-time>
required

The time the request was completed.

results
object[]
required

Successfully created events.

startedAt
string<date-time>
required

The time the request began processing.

status
enum<string>
required

The status of the batch response. Should always be COMPLETED if processed.

Available options:
CANCELED,
COMPLETE,
PENDING,
PROCESSING

Any links to documentation.

requestedAt
string<date-time>

The time the request occurred.

Last modified on March 30, 2026