---
title: "Login For Access Token Form"
method: POST
path: "/auth/token-form"
tags: ["1. Authentication"]
---

# Login For Access Token Form

`POST /auth/token-form`

Authenticate using username and password submitted via form data.

This endpoint is compatible with standard OAuth2 clients that use form-based authentication. Returns an access token upon successful authentication.

The returned token is valid for 1 hour, after which a new token must be requested.

## Response `200`

Successfully authenticated with access token

- Token — Organisation scoped token.
  - `access_token` string, required
  - `token_type` string, required

## Other responses

- `401` — Incorrect username or password
- `422` — Validation Error

---

[API](https://skmtc.dev/axle/apis/axle-api-docs.md) · [All operations](https://skmtc.dev/axle/apis/axle-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/axle/axle-api-docs/revisions/75be7f9a952f/schema)
