post https://{url}/lostAndStolen/setMissing
This endpoint is used to set or unset a digital passport status as missing.
Request Body
certificateId
(string, required): The ID of the target digital passport.
isMissing
(boolean, required): Set the digital passport as missing (true
) or unset (false
).
Response
The response will contain the digital passport ID and its missing status following the successful request.