Facebook has the following API -
https://graph.facebook.com/API_VERSION/me?fields=FIELDS&access_token=ACCESS_TOKEN
Does WhatsApp have a similar API where I can get all account information, such as phone number ID and business account ID, by using only the access token and nothing else? I have searched the official documentation and all the APIs I have come across either use the business account ID or the phone number ID to retrieve account information.
I would really appreciate any suggestions provided. Thank you.