API v4.129.0

Added

You can now manage adding a verified phone number to your User Profile with the following new commands:

You can now manage security questions for your User Profile with the following new commands:

  • Security Questions List (GET /profile/security-questions)
    • Returns a collection of security questions and their responses, if any, for your User Profile.
  • Security Questions Answer (POST /profile/security-questions)
    • Adds security question responses for your User, allowing an additional method of authenticating your account.

Changed