Settings
Authorizations
x-api-keystringRequired
Body
urlsstring · uri[]OptionalExample:
http://example.com/webhookResponses
200
Webhook target URLs set successfully
application/json
webhookTargetUrlsobject[]Optional
400
Bad request. Invalid parameters.
application/json
401
Unauthorized.
500
Internal Server Error
application/json
put
/api/v1/settings/webhook-target-urlsAuthorizations
x-api-keystringRequired
Body
piiRetentionSecondsintegerRequiredExample:
Number of seconds to retain PII data after a workflow completes. Use 0 to disable automatic removal.
86400piiRemoveOnApiAccessbooleanRequiredExample:
Whether to remove PII data after it has been accessed via API
falseResponses
200
PII settings updated successfully
application/json
piiRetentionSecondsintegerOptionalExample:
86400piiRemoveOnApiAccessbooleanOptionalExample:
false400
Bad request. Invalid parameters.
application/json
401
Unauthorized.
500
Internal Server Error
application/json
post
/api/v1/settings/piiAuthorizations
x-api-keystringRequired
Responses
200
PII removal completed
application/json
credentialsTotalintegerOptional
Total number of final state credentials checked
credentialsClearedintegerOptional
Number of credentials cleared
credentialFailuresintegerOptional
Number of credentials failed to clear
presentationsTotalintegerOptional
Total number of final state presentations checked
presentationsClearedintegerOptional
Number of presentations cleared
presentationFailuresintegerOptional
Number of presentations failed to clear
401
Unauthorized.
500
Internal Server Error
application/json
post
/api/v1/settings/pii/remove-allLast updated
Was this helpful?