Get event definition

Returns the definition for a specific event by source and topic.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

sourcestringRequired
source
topicstringRequired
topic

Response

The requested event definition.
sourcestring
The source of the event.
topicstring
The event topic.
definitionobject
The schema of the event.

Errors

500
Internal Server Error