Settings
A list of webhook target URLs
Unauthorized.
Internal Server Error
GET /api/v1/settings/webhook-target-urls HTTP/1.1
Host: proven-4-2-test.proven.indicio.tech
x-api-key: YOUR_API_KEY
Accept: */*
[
"http://example.com/webhook"
]http://example.com/webhookWebhook target URLs set successfully
Bad request. Invalid parameters.
Unauthorized.
Internal Server Error
PUT /api/v1/settings/webhook-target-urls HTTP/1.1
Host: proven-4-2-test.proven.indicio.tech
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 39
{
"urls": [
"http://example.com/webhook"
]
}[
"http://example.com/webhook"
]PII settings retrieved successfully
86400falseUnauthorized.
Internal Server Error
GET /api/v1/settings/pii HTTP/1.1
Host: proven-4-2-test.proven.indicio.tech
x-api-key: YOUR_API_KEY
Accept: */*
{
"piiRetentionSeconds": 86400,
"piiRemoveOnApiAccess": false
}Number of seconds to retain PII data after a workflow completes. Use 0 to disable automatic removal.
86400Whether to remove PII data after it has been accessed via API
falsePII settings updated successfully
86400falseBad request. Invalid parameters.
Unauthorized.
Internal Server Error
POST /api/v1/settings/pii HTTP/1.1
Host: proven-4-2-test.proven.indicio.tech
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 58
{
"piiRetentionSeconds": 86400,
"piiRemoveOnApiAccess": false
}{
"piiRetentionSeconds": 86400,
"piiRemoveOnApiAccess": false
}PII removal completed
Total number of final state credentials checked
Number of credentials cleared
Number of credentials failed to clear
Total number of final state presentations checked
Number of presentations cleared
Number of presentations failed to clear
Unauthorized.
Internal Server Error
POST /api/v1/settings/pii/remove-all HTTP/1.1
Host: proven-4-2-test.proven.indicio.tech
x-api-key: YOUR_API_KEY
Accept: */*
{
"credentialsTotal": 1,
"credentialsCleared": 1,
"credentialFailures": 1,
"presentationsTotal": 1,
"presentationsCleared": 1,
"presentationFailures": 1
}Last updated
Was this helpful?