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

# Authorize Vectordb App

`POST /shield/authorize/vectordb`

Handles POST requests to authorize access to VectorDB.

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

Returns:
    The result of the VectorDB 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)
