Dear APIGEE Forum members,
I am new to apigee and I need to create API Proxy for a external REST API.
My requirement is as below.
1. Create a API Proxy for a OAUTH 2.0 REST API with Client_id, Client_secret, grant_type= 'client_credentials' and scope. The Content_type = /application/json. This target endpoint creates a token.
2. Once I create the above proxy I need to retrieve the Token from the above Proxy and then pass the Token , prefixed by "Bearer" to the final End Point.
I request you to please help me with