Skip to main content
GET
Get a Catalog Trigger

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider. Send it in the Authorization header as Bearer <token>.

Parámetros de ruta

id
string
requerido

Unique identifier of the catalog trigger.

Respuesta

Indicates that the request was successful and the response contains the requested data.

id
string

Unique identifier of the trigger.

Ejemplo:

"webhook"

name
string

Display name of the trigger.

Ejemplo:

"Webhook"

schema
string

JSON Schema defining the expected configuration for this trigger.

Ejemplo:

"{\"type\":\"object\",\"properties\":{\"method\":{\"type\":\"string\",\"enum\":[\"POST\"]}}}"

version
string

Trigger version.

Ejemplo:

"v1"