Response to the Shared Request by the Owner.
POST
/responseRequestedDataflow/dataflows/{dataflowId}
curl \
--request POST 'https://dataflownode.zerionsoftware.com/zcrypt/v1.0/responseRequestedDataflow/dataflows/{dataflowId}' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '"{\n \"action\": 1,\n \"entityId\": \"5684058f159fffbe29ff9912\",\n \"expiredTime\": 24\n}"'
Request example
{
"action": 1,
"entityId": "5684058f159fffbe29ff9912",
"expiredTime": 24
}
Response examples (200)
{
"success": 0
}