Get value from blynk api in another sketch

Is it possible to get the value of a virtual pin from blynk api and save it to a data type to display in the serial monitor or lcd of a different device.

You can use automation to forward data between devices without coding
https://docs.blynk.io/en/concepts/automations/forward-device-data

Any other way this can be achieved?
By using the value returned by the get api?

You can also use HTTP API for that

You can use the HttpClient library.

Thank you.

@ehraz786 there are links to some examples of how to transfer values from one device to another in this topic:

Pete.