---
title: "Autenticação"
method: POST
path: "/api/authenticate"
---

# Autenticação

`POST /api/authenticate`

## Request body

- object
  - `username` string — Nome de usuário
  - `password` string — Senha

## Response `200`

200

- object

## Other responses

- `201` — 201
- `401` — 401
- `403` — 403
- `404` — 404

---

[API](https://skmtc.net/grafeno/apis/api-v2-grafeno.md) · [All operations](https://skmtc.net/grafeno/apis/api-v2-grafeno/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/grafeno/api-v2-grafeno/versions/20f928f6933f/schema)
