---
title: "authorize"
method: POST
path: "/authorize"
tags: ["authorization"]
---

# authorize

`POST /authorize`

Use OAuth 2.0 to authorize the API to request biographics.

## Request body

- AuthorizationRequest — Authorization request
  - `clientID` string
  - `clientSecret` string

## Response `200`

Authorization OK

- AuthorizationResponse — JWT Token Response
  - `token` string

## Other responses

- `401` — Unauthorized
- `404` — Not Implemented

---

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