Skip to main content

Unlock a token

PUT 

/api/web/v1/tokens/:tokenid/unlock

Unlock a token. Caller requires the TOKENS:EDIT permission.

Request

Path Parameters

    tokenid stringrequired

    The UUID of the token that will be unlocked.

Body

required

    unlockChallenge stringrequired

    The unlock challenge generated by the token when it is locked.

Responses

Successful

Schema

    unlockCode stringrequired

    The unlock code generated by the service in response to the unlock challenge. This value should be entered into the token to complete the unlock.

Loading...