Create a topic
Creates a new event topic.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
The name of the new topic.
schema
The schema definition for the new topic. Must adhere to a valid Workato schema format.
retention
Retention time for the topic in seconds. Defaults to 168 hours (604,800 seconds) if not specified.
description
A description of the new topic.
Response
Success - The event topic was created successfully.
data