PATCH
/
v1
/
person
/
{personId}
/
idv
curl --request PATCH \
  --url https://qa-api.sbx.solidfi.com/v1/person/{personId}/idv \
  --header 'Content-Type: application/json' \
  --data '{
  "status": "approved"
}'

Headers

sd-api-key
string
Example:

"{{sd-api-key}}"

sd-person-id
string
Example:

"{{sd-person-id}}"

Path Parameters

personId
string
required

Body

application/json
status
string
Example:

"approved"