Versions Compared

Key

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

...

Code Block
languagexml
POST https://<SERVER-NAME>/api/v1/auth/login.cfm

headers: [Content-type: application/json]
content: {"Login":"***","Password":"***","audience":"POS", "components":"ws/c2c/mc2cccancelbynumber"}

Пример ответа

Code Block
languagexml
{
"access_token":"eyJraWQiOiIwYWZlZTE...HydFlTU",
"refresh_token":"eyJraWQiOiIwYWZlZT...nKTY9M"
}

...