---
title: "Get API session details"
method: GET
path: "/v3/login/session"
tags: ["authentication"]
---

# Get API session details

`GET /v3/login/session`

Get details about your current API session. This includes information about the current organization ID, user ID, and MFA status of the organization.

## Headers

- `sessionId` string, nullable — API session ID generated with `/v3/login`
- `devKey` string, nullable — Developer key generated with your BILL developer account

## Response `200`

Get API session details response

- SessionInfoResponseDto — Login session info.
  - `organizationId` string — BILL-generated ID of the current organization
  - `userId` string — BILL-generated ID of the current user
  - `mfaStatus` 'DISABLED' | 'SETUP' | 'CHALLENGE' | 'COMPLETE' | 'UNDEFINED' — MFA status of the organization. * `DISABLED`: MFA is disabled for the organization. * `SETUP`: MFA setup is incomplete. Validate phone to complete MFA setup. * `CHALLENGE`: MFA setup is complete. MFA challenge is required for MFA sign in. * `COMPLETE`: Both MFA setup and MFA sign in steps are complete. The API session is MFA trusted.
  - `mfaBypass` boolean — This field is set as `true` when MFA is disabled at the developer key level. All organizations that are linked to this developer key do not require MFA.

## Other responses

- `4XX` — List of errors.
- `5XX` — List of errors.

---

[API](https://skmtc.net/bill/apis/bill-v3-api.md) · [All operations](https://skmtc.net/bill/apis/bill-v3-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bill/bill-v3-api/versions/0483350c434e/schema)
