TOTP

Create TOTP token

put

Creates a new Time-based One-Time Password token. The UUID will be generated by the API.

Body
createdinteger · int64Optional

Creation timestamp

expirationinteger · int64Required

Expiration timestamp

policystringRequired

Name of the policy to allow updates for

Responses
put
/v1/auth/ratls/totp

Delete TOTP token

delete

Removes a specific TOTP token. Returns success even if token doesn't exist.

Path parameters
uuidstring · uuidRequired

Unique TOTP token identifier

Responses
delete
/v1/auth/ratls/totp/{uuid}
200

TOTP token deleted successfully

Last updated

Was this helpful?