Get Number of dataflows by the matchingText.
GET
/dataflows/count/{matchingText}
curl \
--request GET 'https://dataflownode.zerionsoftware.com/zcrypt/v1.0/dataflows/count/{matchingText}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"count": 3
}