Get detailed information about a specific webhook event schema by its name and version.
Documentation Index
Fetch the complete documentation index at: https://docs.catenatelematics.com/llms.txt
Use this file to discover all available pages before exploring further.
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
Model for storing event schemas and their versions
The name of the event
The version of the schema
^\d+\.\d+$"1.0"
"1.1"
"2.0"
The complete OpenAPI 3.0 document containing the event schema as a JSON string
"{\"openapi\": \"3.0.0\", \"info\": {\"title\": \"Event Schema\", \"version\": \"1.0.0\"}, \"components\": {\"schemas\": {\"EventSchema\": {\"type\": \"object\", \"properties\": {\"event_name\": {\"type\": \"string\"}}}}}}"
The date and time the schema was created
The changes made to this version of the schema, when compared to the previous version