cURL
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": {} } }
Test trigger
The access token received from the authorization server in the OAuth 2.0 flow.
The trigger id
Test a trigger
The response is of type object.
object