---
title: "Get Access Token"
method: POST
path: "/auth/access-token"
tags: ["Authentication"]
---

# Get Access Token

`POST /auth/access-token`

API key authentication - returns JWT token.

## Headers

- `x-api-key` unknown, required

## Response `200`

Successful Response

- Token
  - `access_token` string, required
  - `token_type` string, required
  - `business_id` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/neosapien/apis/neocore.md) · [All operations](https://skmtc.dev/neosapien/apis/neocore/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/neosapien/neocore/revisions/8b94ef58f2cf/schema)
