Register TOTP device
GET/v1/auth/totp/register
Generates a new TOTP code for the given customer. Returns the secret, label, issuer, and a QR code URL that can be scanned by authenticator apps like Google Authenticator or Authy.
Request
Responses
- 200
- 400
- 401
- 500
Successfully generated TOTP registration code
Bad request - invalid input parameters
Unauthorized - invalid or missing credentials
Internal server error