Secure Action
When a client wants to perform an action on chain on behalf of the user, a verification prompt is sent to the user. This API sends the prompt for user to verify
Path parameters
user_uuidstringRequired
order_uuidstringRequired
Responses
200
Success response
application/json
messagestringOptional
statusstringOptional
request_idstringOptional
400
Invalid request
application/json
401
Authorization error
application/json
404
User not found
application/json
post
/user/{user_uuid}/orders/{order_uuid}/secure-action/initLast updated