Hi all, I am writing an integration that uses the client credentials OAuth 2.0 flow (machine-to-machine communication).
Currently I mainly use the SuiteTalk REST API to send SuiteQL queries and fetch data about various objects.
I need to have the ability to fetch the list of all integrations in the tenant - both Token-based integrations (OAuth 1, TBA), OAuth 2.0 etc..
Is there any way you know to get it using the SuiteScript approach?
actually I don't care much about the specific API (REST, SOAP, SuiteScript), just looking for a solution 🙂
Thanks a lot mates!