Hi all, I am writing an integration that uses the ...
# suiteanalytics
b
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? apparently the SuiteQL oauthtoken table only gives TBA tokens (i do not get my own integration in this table..) I do not care about the specific API (REST, SOAP, SuiteScript), just looking for a solution 🙂 Also, if there is any report-wise API approach (means creating a report that can be fetched from time to time and return some JSON/XML data) - it would be great!