Catalog API
List Catalog Triggers
Use this endpoint to retrieve all built-in triggers registered in the catalog.
get/v1/catalog/triggers
Response
Indicates that the request was successful and the response contains the requested data.
Example response
[
{
"id": "webhook",
"name": "Webhook",
"version": "v1"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.