Create an Event Subscription Record
POST/events-subscriptions
This API creates a event subscription record. There could be just one event subscription per event type.
Request
Responses
- 201
- 400
- 401
- 409
- 500
Event Subscription Created Successfully Response
Bad Request
Unauthorized. (Please notice there are two different error schemas for 401 errors, one when the API credentials sent are wrong or invalid and another one when the API credentials are valid but the operation is prohibited for the consumer.)
Conflict
API was unable to process the request due to business validation rules.
See the specific error response schema for more information.
API Internal Error.