get https://{baseurl}/org/devices/validate/web//organizations/?processName=
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
Parameters | Type | Description |
---|---|---|
organizationName | string | Denotes the name of the organization. |
uniqueIdentifier | string | The unique identifier of the card (UUID) that is returned as a part of the identify process response during issuance. |
processName | string | The name of the process (issuance). |
Response Object
Parameters | Type | Description |
---|---|---|
message | string | This is the status of the device for which the personalization is invoked. |
action | boolean | If the status of the device is "revoked", the system then proceeds to personalize the device. Any other status, the system will not continue. |
statuscode | integer | The status code of the integer. |