Versions Compared

Key

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

If you are using Fuse's API v5.0 and above, you must obtain a JWT token (JSON Web Token) when authenticating. From v5.0 onwards, we’ve made some security enhancements, and as part of thisthese enhancements, a new JWT token will be generated at regular intervals.

Panel
bgColor#FFFAE6

Note: If you are using a legacy version of Fuse’s API (v4.4 and below) you do not need to obtain a rotating JWT token. This is only required for v5.0 and above. For information on generating tokens in v4 and below, see here.

To obtain a JWT token for your session, you must use the following POST request:

...