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