Get a Catalog Trigger
Get a Catalog Trigger
Use this endpoint to retrieve the metadata and JSON Schema of a specific catalog trigger.
GET
Get a Catalog Trigger
Authorizations
API key for authenticating requests to the Flowker API. Provisioned via the API_KEY environment variable during deployment.
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.
Example:
"webhook"
Display name of the trigger.
Example:
"Webhook"
JSON Schema defining the expected configuration for this trigger.
Example:
"{\"type\":\"object\",\"properties\":{\"method\":{\"type\":\"string\",\"enum\":[\"POST\"]}}}"
Trigger version.
Example:
"v1"

