Billing Booth One icon

Billing Booth One

Interact with Billing Booth One API

Actions476

Overview

This node interacts with the Billing Booth One API to enable two-factor authentication (2FA) for the current user. It supports different 2FA methods such as email, SMS, and TOTP (Time-based One-Time Password). Users can specify additional options like the method of 2FA and the SMS number if SMS is chosen. This node is useful for automating security enhancements in user accounts by enabling 2FA programmatically.

Use Case Examples

  1. Enable 2FA via email for the current user to enhance account security.
  2. Set up SMS-based 2FA by providing a phone number to receive authentication codes.
  3. Configure TOTP-based 2FA for users who prefer authenticator apps.

Properties

Name Meaning
Additional Body Fields Optional fields to customize the 2FA enabling request, including the method of 2FA and SMS number if applicable.

Output

JSON

  • json - The JSON response from the Billing Booth One API after enabling 2FA, containing details about the operation's success or failure.

Dependencies

  • Requires an API key credential for Billing Booth One API authentication.

Troubleshooting

  • Ensure the API key credential is correctly configured and has the necessary permissions to enable 2FA.
  • If using SMS method, verify the phone number format is correct and the number is reachable.
  • Common error messages may include authorization errors if the API key is invalid or missing, or validation errors if required fields are missing or incorrect.

Discussion