Get Event Schema
Get detailed information about a specific webhook event schema.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Response
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