Create an integration event
POST
/integrationEvents
201,4XXRoles
At least one of the roles below is required to access this endpoint.
FullAccessIntegrationEventAdmin
Request Body
| Property | Type | Format | Max Length | Possible Values | ||
|---|---|---|---|---|---|---|
| ElevatedRoles | array | --- | --- | --- | ||
| ID | string | --- | 100 characters | --- | ||
| ConfigData | object | --- | --- | --- | ||
| EventType | string | --- | --- | OrderCheckout, OpenIDConnect, OrderReturn, AddToCart | ||
| CustomImplementationUrl | Required | string | --- | --- | --- | |
| CustomAuthHeaderName | string | --- | --- | --- | ||
| CustomAuthHeaderValue | string | --- | --- | --- | ||
| Name | Required | string | --- | --- | --- | |
| HashKey | Required | string | --- | 50 characters | --- | |
Response Body
| Property | Type | Format | Max Length | Possible Values | ||
|---|---|---|---|---|---|---|
| ElevatedRoles | array | --- | --- | --- | ||
| ID | string | --- | 100 characters | --- | ||
| ConfigData | object | --- | --- | --- | ||
| EventType | string | --- | --- | OrderCheckout, OpenIDConnect, OrderReturn, AddToCart | ||
| CustomImplementationUrl | string | --- | --- | --- | ||
| CustomAuthHeaderName | string | --- | --- | --- | ||
| CustomAuthHeaderValue | string | --- | --- | --- | ||
| Name | string | --- | --- | --- | ||
| HashKey | string | --- | 50 characters | --- | ||