Page History
...
| Code Block | ||
|---|---|---|
| ||
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 | ||
|---|---|---|
| ||
{
"access_token":"eyJraWQiOiIwYWZlZTE...HydFlTU",
"refresh_token":"eyJraWQiOiIwYWZlZT...nKTY9M"
} |
...