Subscribe for notifications on the transformation errors.
List of the notifications for new subscriptions. Must be up to a maximum of 1000 items.
Array of NotificationCreateWithExternalId (object) or NotificationCreateWithId (object) <= 1000 items |
Response with list of created notification subscriptions.
The response for a failed request.
The response for a forbidden request.
The response for a conflict.
{- "items": [
- {
- "destination": "string",
- "transformationExternalId": "string"
}
]
}
{- "items": [
- {
- "id": 0,
- "createdTime": 0,
- "lastUpdatedTime": 0,
- "transformationId": 0,
- "destination": "string"
}
]
}