cURL
curl --request GET \ --url {schemes}://api.upsun.com/users/{user_id}/totp \ --header 'Authorization: Bearer <token>'
{ "issuer": "<string>", "account_name": "<string>", "secret": "<string>", "qr_code": "aSDinaTvuI8gbWludGxpZnk=" }
Retrieves TOTP enrollment information.
The ID of the user.
"d81c8ee2-44b3-429f-b944-a33ad7437690"
OK
Account name for the enrollment.
The secret seed for the enrollment
Data URI of a PNG QR code image for the enrollment.