Use Cases
- Automated Login: Configure 2FA seeds for services your workflows need to access automatically
- Site-Specific Authentication: Match configurations to specific URLs for targeted authentication
- Multi-Service Support: Store multiple 2FA configurations for different services
Configuration Details
Each 2FA configuration can include:- Seed: The TOTP secret/seed for generating 2FA codes (required)
- Name: A friendly name to identify the configuration (optional)
- Partial URL: URL pattern to automatically match and apply the configuration (optional)
Either
name
or partial_url
must be provided along with the required seed
.Response
The API returns:- The added configuration details
- Total number of configurations for your organization
- Array of all existing configurations
Security Notes
- 2FA seeds are stored securely and associated with your organization
- Configurations are only accessible via authenticated API requests
- Seeds are used to generate TOTP codes during automated browser sessions
Authorizations
Simplex API Key
Body
application/json
Response
2FA configuration added successfully