Hi,
Hi, I am quite new using AEP and the API.
I configured Postman as indicated in this document: Set up Developer Console and Postman | Adobe Experience Platform
I managed to successfully run oAuth: Request Access Token (from Identity Management Service collection).
I also listed the classes using Schema registry API -> Classes -> List Classes (CONTAINER_ID=global) from Adobe Experience Platform collection and it lists the classes I also see in the UI.
I also want to see the custom classes - defined by me in the UI - and tried the same Schema registry API -> Classes -> List Classes with CONTAINER_ID=tenant. However, this time I get an error=403, "GET access denied for this resource from access control". What permission are required for this one to work?
Another question: if I use Schema registry API -> Schemas -> List schemas (CONTAINER_ID=global), it returns a result, but quite honestly, I don't know where that is coming from: the names of the classes in the result payload are nothing that I can see under Schemas in my environment. Any idea what is returned?