How to get the apps details using API?

Now, I tried to get the apps details using API. But, I got an error like “Access token / app mismatch”.
Same thing I get the collection details, won’t get the data. Please, could you help me.

URL: https://api.adalo.com/v0/apps
-h Authorization: Bearer xxxxx

URL: https://api.adalo.com/v0/apps/123/collections
-h Authorization: Bearer xxxxx

Is it possible?

What information are you trying to get here?

I need to apps details like,
[
{
app_id: XX,
name: “app-01”
},
{
app_id: XxX,
name: “app-02”
}
]
I hope you understand my case.
Screenshot from 2021-07-16 14-04-12

This info is not available through the API at this time, sorry.