Skip to main content
PATCH
Update Trust Validation Status

Authorizations

Authorization
string
header
required

Use Bearer {your_api_token} in the Authorization header.

Headers

Accept
string
default:application/json
Content-Type
string
default:application/json

Path Parameters

trustValidationId
string
required

Trust validation ID to update. Use the trustValidationId returned from create trust validation.

Body

application/json
status
integer
required

Overall trust validation status code to apply: 1 = Rejected, 2 = Review Needed, 3 = Verified, 4 = Incomplete, 5 = In Progress.

Response

200 - application/json

Trust validation status updated successfully

success
boolean
message
string
trustValidationId
string

Trust validation identifier that was updated.

status
integer

Updated overall status code.