Versions Compared

Key

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

...

Info
Note that JWT support is only available in Meridix versionĀ 3.9.0.5130 or later. For older versions use the signature based approach.

Since 4.0 it's also possible to use the following headers to use the token/secret directly instead of creating a JWT (Api-Token and Api-Secret). They are only supported when HTTPS is used and authenticates the request based on those two header values.

Creating a signed request

...