How can I retrieve the app name via the REST API?

This seems like a simple one… is there a way to retrieve the app name (like xy123) directly from the REST API? I can parse logo_url from /account/profile, but I’d like to have a straightforward reference. Am I just missing it somewhere?

Good afternoon @Andron_Ocean !

It’s actually returned on a header with every request as X-Apigee-Tenant-Id, should you require to know it.

1 Like

That’s perfect! I was indeed missing it :smiley: Thank you.