Versions Compared

Key

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

...

OAuth v2 error codes and error descriptions are returned either as a detail part of the raised fault or as a header parameter as stated in the Bearer token documentation.

Anchor
http401_unauthorized
http401_unauthorized
In case of expired token you need to refresh it (HTTP 401)

in case of HTTP 401 error you need to refresh the authorization token, getting a new one by means of the refresh tokenĀ 

...