Why dont API calls appear in the System logs

We provision OKTA using terraform ( so api calls) and also our own admin app ( again apis) none of these apis appear in the OKTA system logs is there any way to view these calls?

If Terraform is making GET requests against Okta, the System Log will NOT have records. The events in the System Log are, generally, user authentication/access related (like when the user logs into Okta, or to a specific application) or tied to admin updates (like a group being created or an application being updated).

1 Like