PUT
/
piirequest
/
{scopeRequestId}
/
status
curl --request PUT \
  --url https://api.civic.com/partner/piirequest/{scopeRequestId}/status \
  --header 'Content-Type: application/json' \
  --data '{
  "status": "partner-pass"
}'

Path Parameters

scopeRequestId
string
required

The ID that was provided to you by Civic after the user has submitted their PII

Body

application/json

Response

200

OK