---
title: "Approve Trust Access request"
method: POST
path: "/v1/trust-access/admin/requests/{id}/approve"
tags: ["Trust Access"]
---

# Approve Trust Access request

`POST /v1/trust-access/admin/requests/{id}/approve`

Approve a Trust Center access request, configure the grant window, and start the NDA or access email workflow.

## Path parameters

- `id` string, required

## Request body

- ApproveAccessRequestDto
  - `durationDays` number

## Response `200`

Request approved successfully

---

[API](https://skmtc.net/trycompai/apis/comp-ai-api.md) · [All operations](https://skmtc.net/trycompai/apis/comp-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trycompai/comp-ai-api/versions/726b9523fb22/schema)
