Waiting for engine...
Skip to main content

Event Notifications REST API Reference - Events

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.

Events

API for retrieving available events

Required Privileges:

Ensure you have the Event Notification Administrator role.

Get all events

Returns a list of all available events

Authorizations:
bearer-auth

Responses

Response Schema: application/json
Array of objects (EventDto)

List of events that can trigger notifications

Array
eventId
required
string <uuid>

Unique identifier for the event

eventName
required
string

Human-readable name of the event

Response samples

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