Resynchronize a TOTP or HOTP token.

Resynchronizing requires two consecutive token codes (which helps to ensure that the caller is in physical possesion of the token, not just of a single copied token code). Assuming that the supplied token codes can be found, TOTP resync will compute a new interval delta value that will be stored with the token, and HOTP resync will find the matching counter value (always looking forward, never backward) and update the counter stored with the token.

        Caller must either own the OATH token or be an administrator
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

The first of two consecutive token codes that will be used to resynchronize the token.

string
required

The second of two consecutive token codes that will be used to resynchronize the token.

string
required

The UUID of the token to be resynchronized.

Body Params
string
required

The first of two consecutive token codes that will be used to resynchronize the token

string
required

The second of two consecutive token codes that will be used to resynchronize the token

string
required

The UUID of the token to be resynchronized

Response

Language
LoadingLoading…
Response
Choose an example:
*/*