Developer App

We have an automation process to create app. But unfortunately when we tried to find the app in UI. We were unable to find.

Is there any way where we can really find if app is created and delete by someone?

0 1 54
1 REPLY 1

Yes, in the audit trail.

In Apigee Edge, click in the Left-hand-side Navigation bar

Admin > Audit Logs

You should be able to see App Creation and App Deletion events.

BTW, Your Automation process should emit

  • a developer ID
  • an App ID

And with that information, you should be able to query the app, using the Administrative API.

Check all the basics, too. Are you pointing at the right org?