---
title: "Signing In"
method: POST
path: "/v1/tokens/"
---

# Signing In

`POST /v1/tokens/`

To sign-in using the TOKEN API, first submit an HTTP Request with your Service Username and API Key, then receive a Response that includes your JWT access-token, which you will then provide in the Authorization header of each CEQUENS API request you need to submit.

## Request body

- object
  - `apiKey` string — Your API key
  - `userName` string — Your Cequens Service Account username

## Response `200`

200

---

[API](https://skmtc.dev/cequens/apis/authentication.md) · [All operations](https://skmtc.dev/cequens/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cequens/authentication/revisions/deadb0661f19/schema)
