Verification
What is it?
How does it work?
{
"carat_weight": 0.160,
"shape_group": "Princess"
}{
"status": "success"
}{
"status": "failure",
"data": {
"carat_weight": {
"matched": false,
"known_value": "0.160",
"given_value": "2.010",
"tolerance": "0.020"
},
"shape_group": {
"matched": true,
"known_value": "Princess",
"given_value": "Princess"
}
}
}HTTP response status code
200 : Success
404 : Not Found
410 : Gone
412 : Precondition Failed
422 : Unprocessable Entity
500 : Internal Server Error
Last updated