Zum Hauptinhalt springen

Ingest multiple external CloudEvents

Receive multiple CloudEvents from external systems

Request Body REQUIRED
events object[] REQUIRED

Array of CloudEvents (max 100)

id string REQUIRED

Unique identifier for the event

source uri REQUIRED

Context in which the event happened

specversion string REQUIRED

CloudEvents specification version

type string REQUIRED

Type of event related to the originating occurrence

datacontenttype string

Content type of the data value

dataschema uri

Schema that data adheres to

subject string

Subject of the event

time date-time

Possible values: Value must match regular expression ^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$

Timestamp when the occurrence happened

data

Event payload

auth object
apiKey string

API key for authentication

signature string

Webhook signature for verification

timestamp string

Timestamp for signature verification

metadata object
sender string
version string
environment string
Responses
200

Successful response

Schema OPTIONAL
success boolean
processed number
failed number
eventIds string[]
errors object[] OPTIONAL
index number
error string
400

Invalid input data

Schema OPTIONAL
message string

The error message

code string

The error code

issues object[] OPTIONAL

An array of issues that were responsible for the error

message string
401

Authorization not provided

Schema OPTIONAL
message string

The error message

code string

The error code

issues object[] OPTIONAL

An array of issues that were responsible for the error

message string
403

Insufficient access

Schema OPTIONAL
message string

The error message

code string

The error code

issues object[] OPTIONAL

An array of issues that were responsible for the error

message string
500

Internal server error

Schema OPTIONAL
message string

The error message

code string

The error code

issues object[] OPTIONAL

An array of issues that were responsible for the error

message string