---
title: "List 2FA verifications"
method: GET
path: "/v1/two-fa/service/{service_id}/sessions"
tags: ["2FA"]
---

# List 2FA verifications

`GET /v1/two-fa/service/{service_id}/sessions`

Returns the 2FA verifications for the service identified by `service_id`, within the requested date range.

## Path parameters

- `service_id` string, required

## Query parameters

- `from` string, date, required
- `to` string, date, required

## Response `200`

Returns the list of 2FA verifications.

- ListSessionsResponseItem[]
  - `created_at` string, date-time — Date and time the 2FA Verification was created in ISO 8601 format.
  - `session_id` string — 2FA Verification ID.
  - `phone_number` string — Destination phone number.
  - `destination_country` string — Country code of the destination phone number in ISO 3166-1 alpha-2 format.
  - `status` string — Status of the 2FA Verification.
  - `charge` string — Charge for the 2FA Verification.
  - `service_id` string — 2FA Service ID.
  - `service_name` string — 2FA Service name.

## Other responses

- `400` — Returns a validation error when a required field is missing or invalid.
- `403` — Request failed. The feature is disabled for your account.
- `404` — Returns when no verifications match the service and date range.

---

[API](https://skmtc.net/wavix/apis/wavix-apis.md) · [All operations](https://skmtc.net/wavix/apis/wavix-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wavix/wavix-apis/revisions/b22f170488b6/schema)
