---
title: "Gets all forms a user has been asked to approve"
method: GET
path: "/pd/approvals/{approvalsType}"
tags: ["Pd"]
---

# Gets all forms a user has been asked to approve

`GET /pd/approvals/{approvalsType}`

**Auth:** Authenticated - any signed-in user.

Returns approval requests for the caller. 0 = needed, 1 = history (already actioned), 2 = closed.

## Path parameters

- `approvalsType` 0 | 1 | 2, required

## Response `200`

Successfully retrieved approvals

## Other responses

- `400` — An Error Occurred - Could not retrieve approvals
- `401` — Unauthorized

---

[API](https://skmtc.dev/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.dev/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/revisions/89a9286c7186/schema)
