Skip to main content
GET
/
users
/
{user_id}
/
totp
Error
A valid request URL is required to generate request examples
{
  "issuer": "<string>",
  "account_name": "<string>",
  "secret": "<string>",
  "qr_code": "aSDinaTvuI8gbWludGxpZnk="
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

user_id
string<uuid>
required

The ID of the user.

Example:

"d81c8ee2-44b3-429f-b944-a33ad7437690"

Response

OK

issuer
string<uri>
account_name
string

Account name for the enrollment.

secret
string

The secret seed for the enrollment

qr_code
string<byte>

Data URI of a PNG QR code image for the enrollment.

Last modified on March 25, 2026