Skip to main content
POST
/
v2
/
account
/
multi-sig-operations
/
{operation-id}
/
approve
Approve multi-sig operation
curl --request POST \
  --url https://api.example.com/v2/account/multi-sig-operations/{operation-id}/approve \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "otp": "<string>"
}
'
{
  "error": "<string>"
}

Approve multi-sig operation

POST request to /v2/account/multi-sig-operations//approve

Authorizations

Authorization
string
header
required

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

Path Parameters

operation-id
string<uuid>
required

Body

application/json
otp
string
required

Response

OK