---
title: "Generate Authorization Token"
method: POST
path: "/access/token/resource"
---

# Generate Authorization Token

`POST /access/token/resource`

## Request body

- object
  - `url` string
  - `consumerKey` string
  - `secretKey` string

## Response `200`

200

- object
  - `Authorization` string

## Other responses

- `400` — 400
- `401` — 401
- `404` — 404
- `5XX` — 5XX

---

[API](https://skmtc.net/koin/apis/payments-api.md) · [All operations](https://skmtc.net/koin/apis/payments-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/koin/payments-api/revisions/6f2c01e43fe2/schema)
