curl --request PATCH \
--url https://api.machines.cash/user/v1/kyc/{userId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"ok": true,
"data": {},
"summary": "success"
}Update KYC by user id
When to use this: Resubmit corrected KYC fields for a specific user id.
Required scope: kyc.write.
curl --request PATCH \
--url https://api.machines.cash/user/v1/kyc/{userId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{
"ok": true,
"data": {},
"summary": "success"
}Bearer session token for User API operations. Legacy UserSessionBearer naming remains supported.
The body is of type object.