Versions Compared

Key

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

This type of authorization is universal and can be used for all version of our APIs.

Authorization is the same for every API method. Access token, required for authorization, is generated by request to IDM. Token is valid for 60 minutes. It is recommended to generate token before every request (including batch request). Authorization requires login information:

...