---
title: "Retrieve Token"
method: POST
path: "/api/v1/login"
tags: ["Authorization"]
---

# Retrieve Token

`POST /api/v1/login`

## Request body

- object
  - `email` string, required
  - `api_password` string, required

## Response `201`

API token created

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/connectavoice/apis/connect-a-voice-api.md) · [All operations](https://skmtc.dev/connectavoice/apis/connect-a-voice-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/connectavoice/connect-a-voice-api/revisions/acff4db781ff/schema)
