---
title: "The Authorization Endpoint performs Authentication of the End-User."
method: POST
path: "/restv1/authorize"
tags: ["Authorization"]
---

# The Authorization Endpoint performs Authentication of the End-User.

`POST /restv1/authorize`

End-User Authentication and Authorization done by sending the User Agent to the Authorization Endpoint using request parameters defined by OAuth 2.0 and OpenID Connect.

## Response `200`

OK

## Other responses

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

## Changes

- **2026-04-08** `e60fb909da19` — 1 info
  - endpoint added
- **2022-03-25** `d6fc0677410c` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/janssenproject/apis/janssen-authorization-server/changes/restv1/authorize/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/2a44b59497de/schema)
