Get a Catalog Trigger
Use this endpoint to retrieve the metadata and JSON Schema of a specific catalog trigger.
Authorizations
JWT bearer token issued by the identity provider. Send it in the Authorization header as Bearer <token>.
Path Parameters
Unique identifier of the catalog trigger.
Response
Indicates that the request was successful and the response contains the requested data.
Unique identifier of the trigger.
"webhook"
Display name of the trigger.
"Webhook"
JSON Schema defining the expected configuration for this trigger.
"{\"type\":\"object\",\"properties\":{\"method\":{\"type\":\"string\",\"enum\":[\"POST\"]}}}"
Trigger version.
"v1"

