---
title: "Authenticate"
method: POST
path: "/auth"
tags: ["Authenticate"]
---

# Authenticate

`POST /auth`

Receive 24-hour access to the Luminate API by using an API key and credentials to acquire an access token.

## Response `200`

Access token granted

- AuthResponse
  - `expires_in` string
  - `access_token` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found

---

[API](https://skmtc.net/luminatedata/apis/authentication.md) · [All operations](https://skmtc.net/luminatedata/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/luminatedata/authentication/revisions/81d2bd1553e1/schema)
