Waiting for engine...
Skip to main content

Event Notifications REST API Reference - DestinationTypes

Toggle Pane

Download OpenAPI Specification: Download

Run In Postman

For more information about Postman collections, forking, and making your first API call, refer to the Working with Boomi APIs on Postman page.

Destination Types

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
property name*
additional property
object

A map of destination type properties where keys are property names and values are property values

Response samples

Content type
application/json
{
  • "destinationTypes": [
    • {
      },
    • {
      }
    ]
}