These docs are for v1.9. Click to read the latest docs for v2.1.

Reserve Batch of Digital Passports IDs

Reserve digital passports IDs randomly generated that will be used to create digital passports afterwards.

Let's start 🚀

To reserve a batch of digital passports IDs, use the /certificate/reserveBatch.

ParameterTypeMandatoryDescription
numberOfReservationsStringNumber of token IDs you wish to reserve.
{
  "numberOfReservations": "3"
}

Result:

httpCodeDescription
200The digital passport IDs have been reserved.
{
    "message": "Batch reservation done",
    "code": "inProgress"
}