Flowker
cURL
curl --request GET \ --url https://flowker.sandbox.lerian.net/v1/catalog/triggers \ --header 'X-API-Key: <api-key>'
[ { "id": "webhook", "name": "Webhook", "version": "v1" } ]
Use this endpoint to retrieve all built-in triggers registered in the catalog.
API key for authenticating requests to the Flowker API. Provisioned via the API_KEY environment variable during deployment.
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"
Trigger version.
"v1"
Was this page helpful?