Hi
I somewhere read about internal api of okta. eg. {url}/api/internal/administrators to fetch all admin roles.
So I guess there are some other internal api’s which can differs from public api in Okta.
Can I get information/Documentation about all internal api’s?
Currently I am facing performance issue to get information about users like connected groups, apps, MFA factors, admin roles as I need to fire multiple api’s. So I want to know if internal api’s can help me to reduce those api calls.
I am aware about fact that Internal api’s can change without notice so I plan to keep rollback mechanism to point public api in my java application, So if internal api changes my application will not break and continue to work with public api’s.
Regards,
Prasad