Zum Hauptinhalt springen

Ingest external CloudEvents

Receive CloudEvents from external systems

Request Body REQUIRED
event object REQUIRED
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

Identifier of the sending system

version string

Version of the sending system

environment string

Environment (prod, staging, dev)

Responses
200

Successful response

Schema OPTIONAL
success boolean
eventId string
message string
e2eIngest OPTIONAL
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