Skip to content

Simulate verification of a consumer identity

Request

Fully verify a consumer identity. Will set emailVerified, mobileVerified, isPep (as false), isSanctioned (as false) and fullDueDiligence (as APPROVED).

Security
API_Secret_Key
Path
consumer_idinteger, (int64)required
Headers
call-refstring

A call reference generated by the caller and unique to the caller to provide correlation between the caller and system with a maximum length of 255

curl -i -X POST \
  'https://sandbox.weavr.io/simulate/api/consumers/{consumer_id}/verify' \
  -H 'call-ref: string' \
  -H 'programme-key: YOUR_API_KEY_HERE'

Responses

Success - No Content

Response
No content