cURL
curl --request PUT \ --url https://wbl.monolisk.dev/verification/{token}/status \ --header 'Content-Type: application/json' \ --data '{ "status": 0 }'
Update the status of a verification task (verify or reject)
Documentation IndexFetch the complete documentation index at: https://docs.monolisk.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.monolisk.dev/llms.txt
Use this file to discover all available pages before exploring further.
Verification task token
0 = PENDING, 1 = VERIFIED, 2 = REJECTED
0
1
2
Status updated successfully