Skip to main content

Unblock a smart credential

PUT 

/api/web/v1/smartcredentials/:id/unblock

Unblock the specified smart credential. Caller requires the SMARTCREDENTIALS:EDIT permission.

Request

Path Parameters

    id stringrequired

    The UUID of the smart credential that is to be unblocked.

Body

required

    challenge string

    The smart credential unblock challenge generated from the smart credential.

Responses

Successful

Schema

    response string

    The smart credential unblock response that needs to be provided to the smart credential to allowed it to complete the unblock operation.

Loading...