Authentication
Refreshing an Auth Token
To refresh your API Token you will need the ‘refresh_token’ that was provided when you logged into the API.
GET auth/token
Refresh your authentication token using the refresh token for your Application.
Request
Curl
Response
This method returns an updated token
to use for future calls.
JSON
Was this page helpful?