API OAuth Authorization Refresh Token example for Accurate Online using PHP Programming Language
This example demonstrate Refresh Token process to extend Your API access when using API OAuth Authorization.
Important
Before running this code, replace the value of variable $clientId, $clientSecret, and $refreshToken with Your credentials.
Note
Read the OAuth Authentication Documentation for more information on API OAuth Authorization.
Note
Alternative to the API Oauth Authorization will be the API Token Authorization, which will not be covered in this example.