If you’re using the API to send data to a “master” device from a number of “salve” devices via APIs (the equivalent of the old Bridge method) then you don’t need to use the API on the master device, as the BLYNK_WR$ITE(vPIn) handlers on the master device will receive these messages.
The API is only needed to do the sending, not the receiving.
Pete.