Create a topic

Creates a new event topic.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringRequired
The name of the new topic.
schemalist of objectsRequired
The schema definition for the new topic. Must adhere to a valid Workato schema format.
retentiondoubleOptional

Retention time for the topic in seconds. Defaults to 168 hours (604,800 seconds) if not specified.

descriptionstringOptional
A description of the new topic.

Response

Success - The event topic was created successfully.

dataobject or null

Errors