# Submit a user's two-factor challenge response.

Submit a user's two-factor challenge response.

Endpoint: POST /user/session/verify
Version: 2.0.0

## Request fields (application/json):

  - `fields` (object, required)

## Response 200 fields (application/json):

  - `data` (object, required)
    Logged-in user data.

  - `data.email` (string, required)
    Example: "me@example.com"

  - `data.firstname` (string, required)
    Example: "Davis"

  - `data.lastname` (string, required)
    Example: "Davis"

  - `data.clients` (array, required)

  - `data.clients.uuid` (string, required)
    Example: "11C2M72y-z54n-5721-nnF8-13492be5uHiu"

  - `data.clients.company` (string)

  - `data.clients.selected` (boolean)

## Response 401 fields (application/json):

  - `message` (string)


