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.
sourcestringOptional
The source of the event.
topicstringOptional
The event topic.
definitionobjectOptional
The schema of the event.

Errors

500
Internal Server Error