Versions Compared

Key

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

...

Operation

Method

URL

Example

AuthenticatePOSThttp://host/en/omk/admin/login
Code Block
{"username": "username",

 "password": "password"}


We should receive a 200 response and a cookie, that we can reuse for next API calls. 

...