---
title: "The Authorization Challenge Endpoint performs Authentication of the End-User by native application to obtain an authorization code."
method: POST
path: "/authorize-challenge"
tags: ["Authorization Challenge"]
---

# The Authorization Challenge Endpoint performs Authentication of the End-User by native application to obtain an authorization code.

`POST /authorize-challenge`

The Authorization Challenge Endpoint performs Authentication of the End-User by native application to obtain an authorization code.

## Response `200`

OK

- object — Authorization Challenge Response
  - `authorization_code` string, required — Authorization Code

## Other responses

- `400` — Invalid parameters are provided to endpoint.
- `401` — Unauthorized access request.
- `500` — Internal error occured. Please check log file for details.

## Changes

- **2024-10-29** `673c8b135be7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/janssenproject/apis/janssen-authorization-server/changes/authorize-challenge/post.md)

---

[API](https://skmtc.dev/janssenproject/apis/janssen-authorization-server.md) · [All operations](https://skmtc.dev/janssenproject/apis/janssen-authorization-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/janssenproject/janssen-authorization-server/revisions/ae174ecfdc21/schema)
