---
title: "Get authorization token for Materia Admin API"
method: POST
path: "/token"
tags: ["App"]
---

# Get authorization token for Materia Admin API

`POST /token`

## Request body

- object
  - `client_id` string — Your Materia admin login
  - `client_secret` string — Your Materia admin root password
  - `grant_type` string

## Response `200`

Success

- object
  - `access_token` string

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/materiahq/apis/materia-server.md) · [All operations](https://skmtc.net/materiahq/apis/materia-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/materiahq/materia-server/versions/f4e80651bb93/schema)
