---
title: "Approve Requests"
method: POST
path: "/request/approve"
---

# Approve Requests

`POST /request/approve`

Allows approving requests that are in pending status. You can use this API only when the auto-approval configurations are not enabled for your organization. Also, you cannot approve force approval requests made using `client_auto_approve=true`.

## Request body

- object
  - `RAW_BODY` string, json

## Response `200`

200

- object
  - `response` object
    - `requests` object
      - `goodwill` object
        - `type` string
        - `reason` string
        - `comments` string
        - `updated_comments` string
        - `status` string
        - `customer` object
          - `firstname` string
          - `lastname` string
          - `email` string
          - `mobile` string
          - `external_id` string
        - `added_on` string
        - `last_action_on` string

---

[API](https://skmtc.net/capillarytech/apis/sample-api.md) · [All operations](https://skmtc.net/capillarytech/apis/sample-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/capillarytech/sample-api/revisions/de241f2ed9b3/schema)
