Last updated

From Version 1.2

The MoneyThumb API has made significant improvements with version 1.5 from previous versions. To ensure you get the most out of the MoneyThumb API, we strongly recommend that you move towards version 1.5.

Updating Your API Version

To update, change your version to 1.5 in the version field in all calls.

Header Authentication

With Version 1.5, MoneyThumb now requires a header authentication. You can use either a basic or bearer scheme for the header authentication. For more details, see the Version 1.5 Authentication page.

Because of this change, you will need to remove the following fields from your calls:

  • username
  • password
  • product
  • token
  • customer-id

For more information about this, see either the Version 1.5 Insights QuickStart or Version 1.5 Thumbprint QuickStart, depending on the product you have a license for.

Additional Enchancements

  • When using the /uploadpdfs endpoint with a webhook parameter, there's a 202 response that says the file was accepted.
  • All error messages now return in JSON format.
  • The default format of the Scorecard JSON output was changed to replace spaces with underscores, # with num, and all apostrophes and slashes were removed.