Refresh a Token

This API allows you to refresh an authentication token.

Refreshing a Token

The short-lived tokens have a lifetime of 60 minutes, after which you will have to request a refresh token, like in the example shown below.

curl --request POST \
  --url https://api-smartflo.tatateleservices.com/v1/auth/refresh \
  --header 'Accept: application/json' \
  --header 'Authorization: yourtokengoeshere'
Language
Click Try It! to start a request and see the response here!