curl --request GET \
--url https://api.attention.tech/v2/integration-workflows \
--header 'Authorization: <api-key>'{
"data": [
{
"uuid": "<string>",
"name": "<string>",
"enabled": true,
"autoExecution": true
}
]
}Returns all integration workflows for the authenticated organization.
curl --request GET \
--url https://api.attention.tech/v2/integration-workflows \
--header 'Authorization: <api-key>'{
"data": [
{
"uuid": "<string>",
"name": "<string>",
"enabled": true,
"autoExecution": true
}
]
}Was this page helpful?