POST
/
api
/
orchestration
/
v2
/
triggers
/
{triggerID}
/
test
curl --request POST \
  --url http://localhost:55001/api/orchestration/v2/triggers/{triggerID}/test \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "data": {
    "filter": {
      "match": true,
      "error": "<string>"
    },
    "variables": {}
  }
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

triggerID
string
required

The trigger id

Body

application/json · object

Response

200
application/json

Test a trigger

The response is of type object.