Rather easy to do:
- make a collection with 1 Boolean field, called “Claimed” or something
- use its _id for your verification
- when entered do a query (or a get) on that _id
- if it exists, look at the field “Claimed”
- if true, reject, else, set “Claimed” to true and continue