curl --request GET \
--url https://local.withsutro.com/applications/{applicationId}/actions \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'[
{
"id": "<string>",
"effects": [
{
"actionEffectId": "<string>",
"effect": "<string>",
"params": {},
"bindParams": {},
"next": "<string>",
"onError": {
"nextId": "<string>",
"continueOriginalFlow": true
}
}
],
"startEffectId": "<string>",
"bindReturnValue": "<string>",
"onError": {
"nextId": "<string>",
"continueOriginalFlow": true
}
}
]curl --request GET \
--url https://local.withsutro.com/applications/{applicationId}/actions \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'[
{
"id": "<string>",
"effects": [
{
"actionEffectId": "<string>",
"effect": "<string>",
"params": {},
"bindParams": {},
"next": "<string>",
"onError": {
"nextId": "<string>",
"continueOriginalFlow": true
}
}
],
"startEffectId": "<string>",
"bindReturnValue": "<string>",
"onError": {
"nextId": "<string>",
"continueOriginalFlow": true
}
}
]Builder authentication and authorization
A unique identifier for the API Client making a request
Was this page helpful?