​Получение списка сеанса аутентификации
Используется для получения списка аутентификаций за определенный период.
Чтобы получить список сеансов аутентификации, сделайте запрос по этому URL:
GET https://one-api.notificore.ru/api/2fa/authentications
Request parameters
Response parameters
Response example

Ответ в случае успешного запроса:
{
  "data": {
    "list": [
      {
        "id": "ea5db413-e368-4952-b745-cc2030210c49",
        "recipient": "792501403813",
        "status": "verified",
        "channel": "sms",
        "sender": "testsms",
        "sender_alt": "string",
        "message_text": "Your Notificore 2FA confirmation code is {code}. Do not share this with anyone else.",
        "code_lifetime": 30,
        "code_max_tries": 5,
        "code_digits": 6,
        "price": 50.25,
        "currency": "EUR",
        "country_code": "RU",
        "expired_at": "2022-04-28 14:21:16",
        "created_at": "2022-04-28 14:21:16",
        "updated_at": "2022-04-28 14:21:16",
        "finished_at": "2022-04-28 14:21:16",
        "messages": [
          {
            "id": "1ed32701-5d4f-6cfa-ba06-9db3aa8bab68",
            "recipient": "61401629754",
            "status": "accepted",
            "channel": "sms",
            "sender": "SENDER",
            "price": 0.0642918,
            "currency": "EUR",
            "sent_at": "2022-04-18 11:00:30",
            "created_at": "2022-04-18 10:55:35"
          }
        ]
      }
    ],
    "total": 100
  }
}
Made on
Tilda