Terms and Conditions apply.
curl --location --request POST 'https://oteapi.webnic.cc/ssl/v2/organization/5/validate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"validationType": "ev",
"verifiedUser": {
"firstName": "Jimmy",
"lastName": "Tan",
"jobTitle": "IT",
"phoneNumber": "+601.26575465",
"email": "wj@webnic.cc"
}
}'{
"code": "1000",
"message": "Command completed successfully."
}