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 '{
"action": 1,
"entityId": "5684058f159fffbe29ff9912",
"expiredTime": 24
}'
Request example
{
"action": 1,
"entityId": "5684058f159fffbe29ff9912",
"expiredTime": 24
}
Response examples (200)
{
"success": 1
}