Skip to main content
PATCH
/
v2
/
wallets
/
risk
/
actions
/
{riskActionId}
Resolve Risk Action
curl --request PATCH \
  --url https://sandbox.groundtech.co/v2/wallets/risk/actions/{riskActionId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "status": "approved"
}
'
{
  "data": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "portfolioWalletId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "riskRuleId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "riskAlertId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "yieldSourceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "approvalRequired": true,
    "rebalanceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "executionError": {},
    "explanation": {},
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "resolvedAt": "2023-11-07T05:31:56Z",
    "executedAt": "2023-11-07T05:31:56Z"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

riskActionId
string<uuid>
required

Body

application/json
status
enum<string>
required
Available options:
approved,
rejected

Response

Risk action resolved

data
object