---
title: "API Token [api-token]"
method: POST
path: "/login"
---

# API Token [api-token]

`POST /login`

Authentication

## Request body

- object
  - `email` string, required — Email which has access to the business on LEDGERS. The email should have been OTP verified before making API calls.
  - `password` string, required — Password used for logging into LEDGERS for the email.

## Response `200`

200

- object
  - `status` integer
  - `api_token` string

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/ledgers/apis/authentication.md) · [All operations](https://skmtc.dev/ledgers/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ledgers/authentication/revisions/605f28ef08ef/schema)
