Skip to main content
GET
Get a Catalog Trigger

Autorizações

Authorization
string
header
obrigatório

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

Parâmetros de caminho

id
string
obrigatório

Unique identifier of the catalog trigger.

Resposta

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

id
string

Unique identifier of the trigger.

Exemplo:

"webhook"

name
string

Display name of the trigger.

Exemplo:

"Webhook"

schema
string

JSON Schema defining the expected configuration for this trigger.

Exemplo:

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

version
string

Trigger version.

Exemplo:

"v1"