---
title: "Get whether a person has approvals"
method: POST
path: "/api/persons/{personId}/checkApprovals"
tags: ["person-controller"]
---

# Get whether a person has approvals

`POST /api/persons/{personId}/checkApprovals`

Get whether a person has some approvals.

## Path parameters

- `personId` string, required

## Request body

- PersonCheckApprovalsRequest
  - `approvalUrls` string[] — approvalUrls

## Response `200`

OK

- PersonCheckApprovalsResponse
  - `approvalResults` object — approvalUrls

## Other responses

- `201` — Created
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Unexpected error in processing the request.

---

[API](https://skmtc.dev/myverifly/apis/api-documentation.md) · [All operations](https://skmtc.dev/myverifly/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/myverifly/api-documentation/revisions/03f300608c33/schema)
