curl --request GET \
--url https://sapi.withsutro.com/applications/{applicationId}/triggers \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'[
{
"trigger": {
"id": "<string>",
"type": "<unknown>",
"eventName": "<string>",
"payload": {}
},
"actionId": "<string>",
"initialState": {},
"validation": [
"<string>"
],
"isPublic": true
}
]curl --request GET \
--url https://sapi.withsutro.com/applications/{applicationId}/triggers \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'[
{
"trigger": {
"id": "<string>",
"type": "<unknown>",
"eventName": "<string>",
"payload": {}
},
"actionId": "<string>",
"initialState": {},
"validation": [
"<string>"
],
"isPublic": true
}
]Builder authentication and authorization
A unique identifier for the API Client making a request
A list of triggers in the Application
Was this page helpful?