Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Access Tokens have a 60 minute lifespan and can easily be renewed via the OAuth2 token endpoint by using a Refresh Token which has a 21 day lifespan. A Refresh Token is returned with every Access Token issued.

Our OAuth2 endpoints are (for live production systems only):

https://go.actionstep.com/api/oauth/authorize

https://api.actionstep.com/api/oauth/token

Our OAuth2 endpoints are (for development systems only):

https://go.actionstepstaging.com/api/oauth/authorize

https://api.actionstepactionstepstaging.com/api/oauth/token

Obtaining Actionstep API Credentials

...