---
title: "Approve applicant action"
method: POST
path: "/resources/api/applicantActions/{actionId}/-/approve"
---

# Approve applicant action

`POST /resources/api/applicantActions/{actionId}/-/approve`

## Path parameters

- `actionId` string, required

## Request body

- object
  - `note` string — Optional note text providing additional context for the applicant action.
  - `tags` string[] — [Custom tags](https://cockpit.sumsub.com/checkus/sdkIntegrations/globalSettings/general/tags) that you may want to assign to the applicant action. Each string represents a standalone tag.<br><br>⚠️ Tag names are case sensitive.
  - `RAW_BODY` '{}', json — ⚠️ If both `note` and `tags` are omitted, you must include an empty request body (`-d '{}'`); otherwise, a `400` [error](#error-examples) is returned.

## Response `200`

---

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