Approve

Approve a request from the current user

post
Path parameters
idstringRequired

ID of the request to approve

Body
dataany ofRequired

Response to the challenge

or
Responses
200
Successful response
application/json
Responseany of
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
or
post
POST /rest/requests/{id}/approve HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 51

{
  "data": {
    "signature": "text",
    "challengeType": "PSD"
  }
}
{
  "type": "UPDATE_QUORUM",
  "data": {
    "quorum": 1
  },
  "id": "text",
  "legacyId": 1,
  "state": "INITIAL",
  "reviewSteps": [
    {
      "stageName": "text",
      "quorum": 1
    }
  ],
  "currentStepIndex": 1,
  "expiredAt": "2025-06-22T14:27:11.134Z",
  "targetId": "text",
  "reviews": [
    {
      "stepIndex": 1,
      "userId": "text",
      "status": "PENDING",
      "createdAt": "2025-06-22T14:27:11.134Z",
      "updatedAt": "2025-06-22T14:27:11.134Z"
    }
  ],
  "createdAt": "2025-06-22T14:27:11.134Z",
  "updatedAt": "2025-06-22T14:27:11.134Z"
}