OAuth

Find out the prerequisites needed before you start coding an OAuth implementation for your integration.

  • Grant Type Code

      POST https://api.actonsoftware.com/token Customers wanting to access our API via our gateway in ...

  • Grant Type Password

    POST https://api.actonsoftware.com/token The grant type password will return two important items. ...

  • Grant Type Refresh

      POST https://api.actonsoftware.com/token The grant type refresh will return a new access token a...

  • OAuth Overview

    There are two options for your application to gain initial authorization access to an Act-On accou...