Event Notifications REST API Reference - DestinationTypes
Download OpenAPI Specification: Download
For more information about Postman collections, forking, and making your first API call, refer to the Working with Boomi APIs on Postman page.
API for retrieving available destination types
Required Privileges:
Ensure you have the Event Notification Administrator role.
Get all destination types
Returns a list of all available destination types with their names and descriptions
Authorizations:
bearer-auth
Responses
Response Schema: application/json
Array of objects List of destination types available for event notifications | |||
Array
| |||
Response samples
- 200
- 403
- 500
Content type
application/json
{- "destinationTypes": [
- {
- "type": "EMAIL",
- "displayName": "Email"
}, - {
- "type": "EVENT_STREAMS",
- "displayName": "Event Streams"
}
]
}Was this topic helpful?