​Отмена сеанса аутентификации
Используется для отмены процесса аутентификации. В этом случае аутентификация должна находиться в статусе "ожидание".
Чтобы отменить сеанс аутентификации, отправьте запрос по этому URL:
POST https://one-api.notificore.ru/api/2fa/authentications/{id}/cancel
Request parameters
Response parameters
Response example

Ответ в случае успешного запроса:
{
  "data": {
    "id": "bf4381c8-9d4a-4705-bd28-f89a830b7f96",
    "recipient": "792979965073",
    "status": "canceled",
    "channel": "sms",
    "sender": "SENDER",
    "sender_alt": "SENDER_ALT",
    "message_text": "Your verification code: {code}",
    "code_lifetime": 300,
    "code_max_tries": 3,
    "code_digits": 5,
    "price": "0,02",
    "currency": "USD",
    "country_code": "RU",
    "expired_at": "2023-01-04 18:37:06",
    "created_at": "2023-01-04 17:37:06",
    "finished_at": "2023-01-04 17:37:06"
  }
}
Codes of errors
Made on
Tilda