---
title: "Authorize App"
method: POST
path: "/shield/authorize"
tags: ["Shield"]
---

# Authorize App

`POST /shield/authorize`

Handles POST requests to authorize an application.

This endpoint processes an authorization request and delegates the task to the `ShieldController`
to handle the authorization logic.

Returns:
    The result of the authorization operation handled by `ShieldController`.

## Headers

- `x-tenant-id` string, nullable
- `x-user-role` string, nullable

## Request body

- object, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/privacera/apis/paig-server.md) · [All operations](https://skmtc.net/privacera/apis/paig-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/privacera/paig-server/versions/e3d2c30ceace/schema)
