API HUB QUESTION : Getting apis list from locations global and locations us-west1

API HUB QUESTION : Getting apis list from locations global and locations us-west1

Hi How to get apigee apis listing ?

 

Getting below error message:

{
    "error": {
        "code"401,
        "message""Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.",
        "status""UNAUTHENTICATED",
        "details": [
            {
                "@type""type.googleapis.com/google.rpc.ErrorInfo",
                "reason""CREDENTIALS_MISSING",
                "domain""googleapis.com",
                "metadata": {
                    "method""google.cloud.apigeeregistry.v1.Registry.ListApis",
                    "service""apigeeregistry.googleapis.com"
                }
            }
        ]
    }
}
1 1 104
1 REPLY 1

Hi

I am not able to find apigee registry data. I am sending post requests to artifacts, locations/global.  Post is successful. However not able to see the data in apigee api hub console and also somewhere else.

Please revert on how to locate apis, specs for apigee x?

Thank You