Get workflow item information
Checks for an available item upgrade, whether unsecure webhooks are allowed, and whether a custom SMTP server has been configured for the workflow item.
Query parameters
Name | Type | Required |
---|---|---|
|
|
Path parameters
Name | Type | Required |
---|---|---|
|
| |
|
|
Examples
Request
# You can also use wget
curl -X GET /{orgId}/{itemId} \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {access-token}'
Response
200 Response
{
"itemVersion": "string",
"upgradeAvailable": true,
"isOldestAllowedVersion": true,
"allowUnsecureWebhooks": true,
"customSMTP": true,
"settings": [
{
"propName": "string",
"value": "string",
"encrypted": true
}
]
}
Status | Meaning | Description | Schema |
---|---|---|---|
| success | ||
| error |