curl --request GET \
--url https://api.example.com/api/v1/user/{id}/otp/setup \
--header 'Authorization: Bearer <token>'{
"totpSecret": "<string>",
"totpSecretQrCode": "<string>"
}Get QR code and Base32-encoded secret. Base32-encoded secret can be used in authenticator apps as-is, no decoding required.
curl --request GET \
--url https://api.example.com/api/v1/user/{id}/otp/setup \
--header 'Authorization: Bearer <token>'{
"totpSecret": "<string>",
"totpSecretQrCode": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.extractor.live/llms.txt
Use this file to discover all available pages before exploring further.