How to retrieve account details via API in Customize with code Posted August 10, 2023 After OAuth 2 flow I got a token, after that I need to get token owner details: email and name, is there an endpoint for that. I tried with: - /profiles => Nothing return -/profiles/{account_id_that_was_returned_with_token} One or more requested profiles were not found
How to retrieve account details via API
in Customize with code
Posted
After OAuth 2 flow I got a token, after that I need to get token owner details: email and name, is there an endpoint for that.
I tried with:
- /profiles => Nothing return
-/profiles/{account_id_that_was_returned_with_token}