---
title: "Authenticate with the node"
method: POST
path: "/platform/login"
tags: ["kamu"]
---

# Authenticate with the node

`POST /platform/login`

## Request body

- LoginRequestBody
  - `loginCredentialsJson` string, required
  - `loginMethod` string, required

## Response `200`

- LoginResponseBody
  - `accessToken` string, required

## Other responses

- `400`
- `401`

---

[API](https://skmtc.dev/kamu-data/apis/kamu-rest-api.md) · [All operations](https://skmtc.dev/kamu-data/apis/kamu-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kamu-data/kamu-rest-api/revisions/623327a42b01/schema)
