menu
The Heroku CLI offers numerous benefits, including the ability to directly check how many apps are in your account using this command:
heroku apps

If you want to verify the most critical information about a specific app, you can use this command: 
heroku apps:info --app example

FYI is important that you log login before.