operations
Operation Action Required
Receive a request when an asynchronous operation reaches a status that requires an action to be taken for it to proceed. For example, when an operation changes to the SIGNATURE_REQUIRED status, a webhook would be delivered since the operation cannot continue with collecting a signature.
Requests are sent to registered webhooks of type OPERATION_ACTION_REQUIRED
postWebhookOPERATION_ACTION_REQUIRED
Headers
x-ud-timestampstring required
Timestamp when the webhook payload was created
x-ud-signaturestring required
Example:awqOJeH/5GSSesvPYgS2z62BFTYurPduEfJjUBTRzPg=
Base64 encoded HMAC-SHA256 of the raw payload body bytes using the account's primary API key as the secret. Used to verify authenticity of the request.
Payload
Example payload
{
"data": {
"id": "op-4abb409c-9283-4589-bd36-d27a757a2165",
"domain": "matt.crypto",
"lastUpdatedTimestamp": 1684356429790,
"dependencies": [
{
"id": "bc-2db427bd-5613-40c7-85b1-ab38beed0ed0",
"parameters": {
"initialRecords": {
"crypto.ETH.address": "0xb4783AeF93923a2d4eEA29C84f347F26E62e4321",
"crypto.MATIC.version.MATIC.address": "0xb4783AeF93923a2d4eEA29C84f347F26E62e5678",
"crypto.MATIC.version.ERC20.address": "0xb4783AeF93923a2d4eEA29C84f347F26E62e0921"
},
"toAddress": "0xb4783AeF93923a2d4eEA29C84f347F26E62e4321"
}
}
]
}
}Response
Success