---
title: "Authorize"
method: POST
path: "/v1/authorize"
tags: ["Authorization"]
---

# Authorize

`POST /v1/authorize`

## Response `200`

Successful Response

- Token
  - `access_token` string, required
  - `token_type` string, required
  - `expiry` string, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.dev/deepvue/apis/deepvue-tech-developers-guide.md) · [All operations](https://skmtc.dev/deepvue/apis/deepvue-tech-developers-guide/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/deepvue/deepvue-tech-developers-guide/revisions/c1b0558e7d77/schema)
