The lost & stolen feature works on the basis of the certificateId, our team is working to provide this functionality with the productId in the near future.
๐ก
If you set a digital passport as stolen, the missing status is automatically set as true.
If you unset a digital passport stolen status, the missing status is not automatically set as false.
The digital passport missing status is returned: true: The digital passport status is set as missing. false: The digital passport status is not set as missing.
{
"isMissing": true
}
Errors
Status Code
Success
Error Message
400
false
Wrong certificateId.
{
"errors": [
{
"msg": "certificateId must be a string or a number",
"param": "certificateId",
"location": "body"
}
]
}
The digital passport's stolen status is returned: true: The digital passport status is set as stolen. false: The digital passport status is not set as stolen.
{
"isStolen": false
}
Errors
Status Code
Success
Error Message
400
false
Wrong certificateId.
{
"errors": [
{
"msg": "certificateId must be a string or a number",
"param": "certificateId",
"location": "body"
}
]
}