Create TOTP credential
users
Create TOTP credential
Creates a new TOTP secret for two-factor authentication. Returns the secret and configuration details needed to set up an authenticator app.
POST
Create TOTP credential
Documentation Index
Fetch the complete documentation index at: https://docs.platform.arb.inc/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
access token
Response
Successfully created TOTP credential
Base32-encoded TOTP secret
Example:
"JBSWY3DPEHPK3PXP"
Issuer name for the authenticator app
Example:
"Arb"
Account name displayed in authenticator app
Example:
"user@example.com"
TOTP algorithm
Example:
"SHA1"
Number of digits in TOTP code
Example:
6
Time period in seconds for TOTP generation
Example:
30