Validate Device

This API endpoint allows to validate the device before personalization. It checks if the device is new or already issued to another user. If issued, it checks the status of the device. If the status is other than revoked, then issuance fails. A device must either be a new one or the device status must be revoked to be eligible for issuance.


Headers

  • Authentication: Bearer <JWT>
  • Accept: application/json
  • Content-Type: application/json

Path Parameters

ParametersTypeDescription
organizationNamestringDenotes the name of the organization.
uniqueIdentifierstringThe unique identifier of the card (UUID) that is returned as a part of the identify process response during issuance.
processNamestringThe name of the process (issuance).

Response Object


ParametersTypeDescription
messagestringThis is the status of the device for which the personalization is invoked.
actionbooleanIf the status of the device is "revoked", the system then proceeds to personalize the device. Any other status, the system will not continue.
statuscodeintegerThe status code of the integer.

Language
URL