Skip to main content
PUT
/
verification
/
{token}
/
status
Update verification task status
curl --request PUT \
  --url https://wbl.monolisk.dev/verification/{token}/status \
  --header 'Content-Type: application/json' \
  --data '{
  "status": 0
}'

Documentation Index

Fetch the complete documentation index at: https://docs.monolisk.dev/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

token
string
required

Verification task token

Body

application/json
status
enum<integer>
required

0 = PENDING, 1 = VERIFIED, 2 = REJECTED

Available options:
0,
1,
2

Response

Status updated successfully