Getting all my devices using Blynk REST API

Hello,

I have a project with multiple NodeMCU devices. I configured all devices with the blink cloud server.
Is any way in the Blynk REST API that list all devices that in my account in blink cloud server?
In brief, I want a http endpoint url that respond to me with all devices registered in my account.

Thanks,

No, there isn’t.
All APIs require you to specify the device Auth token, and are therefor device level only. There’s none for account level data.

Pete.