how do we use present application in the developer portal

Not applicable

I am newbie on apigee: I followed documents. I have created an api product in publish on edge.created a new app and bind the product in the developer portal, which is created on edge.also got consumer key and secret. What would be the next steps.

how developer partners can use the publish app using consumer key and secret.what is the process

0 1 100
1 REPLY 1

Hi @ashokgattam welcome to Apigee Community!

There are two parts here:

  • client application
  • API & API Proxy

The client application is coded to send the consumer key (also known as API key) in API requests.

The API Proxy is coded to do a verification of the API key.

If the key has been revoked then the API request will be failed. If the key is valid then the API request will be processed further, also assuming that the request is allowed by the product.

Here's a good place to get more familiar with securing an API using API Keys.

You may also want to take a look at StreetCarts which is an Apigee example project.

If I have answered your question, please click the Accept link; alternatively let us know how we can further help.