---
title: "POST /v1/tenant/authenticate/"
method: POST
path: "/v1/tenant/authenticate/"
tags: ["v1"]
---

# POST /v1/tenant/authenticate/

`POST /v1/tenant/authenticate/`

Takes a set of user credentials and returns an access and refresh JSON web
token pair to prove the authentication of those credentials.

## Request body

- CustomTokenObtainPair
  - `username` string, required
  - `password` string, required

## Response `200`

- CustomTokenObtainPair
  - `username` string, required
  - `password` string, required

---

[API](https://skmtc.net/yume-cloud/apis/yume-api.md) · [All operations](https://skmtc.net/yume-cloud/apis/yume-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yume-cloud/yume-api/versions/90700f5abfcc/schema)
