Skip to main content
PATCH
/
{userId}
/
kyc
Update user kyc
curl --request PATCH \
  --url http://staging.qshop.ng/apiv2/{userId}/kyc \
  --header 'Content-Type: application/json' \
  --data '
{
  "status": "verified"
}
'

Path Parameters

userId
string
required
Example:

"61a956551a113f7e13c45c10"

Body

application/json
status
string
Example:

"verified"

Response

200 - undefined