Event Notifications REST API Reference - ESTopicAndSubscription
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 operating on an account's Event Streams topic and subscriptions
Required Privileges:
Ensure you have the Event Notification Administrator role.
createSubscriptions_1
path Parameters
| accountId required | string The Boomi account ID associated with the subscriptions |
Request Body schema: application/jsonrequired
| eventStreamsEnvironmentId required | string Event streams environment ID |
| eventStreamsSubscriptionName required | string Event streams subscription name |
| topicName required | string Name of Event Streams Topic |
| topicDescription | string Description of Event Streams topic |
Responses
Request samples
- Payload
Content type
application/json
{- "eventStreamsEnvironmentId": "0b8bc0ef-d4d1-4797-9234-935cf0ff3f63",
- "eventStreamsSubscriptionName": "Subscription1",
- "topicName": "Topic1",
- "topicDescription": "Topic for User updates"
}Response samples
- 403
- 500
Content type
application/json
{- "error": "Forbidden",
- "messages": [
- "Access Denied"
], - "path": "/rest/v1/accounts/acct_12345/subscriptions"
}Was this topic helpful?