---
title: "Get list of approval methods available for request"
method: GET
path: "/v1/Requests/{id}/approval/method"
tags: ["Requests"]
---

# Get list of approval methods available for request

`GET /v1/Requests/{id}/approval/method`

Get all request approval methods by request ID.

## Path parameters

- `id` integer, required

## Response `200`

OK

- RevAppModelsRequestApprovalMethod
  - `AllowedMethods` string[]

## Other responses

- `404` — NotFound
- `500` — InternalServerError

---

[API](https://skmtc.net/rev-io/apis/rev-io-api.md) · [All operations](https://skmtc.net/rev-io/apis/rev-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rev-io/rev-io-api/versions/135571434f6c/schema)
