I am new to this apigee so I need your suggestions to make an API/webservice. Please help me on this. My requirement is that, I need to pass an access token value as header parameter to all my API requests.Prior to that I need to make an authentication call using some credentials (username,password,client id etc).As a result of this authentication call I will get an auth-token (this value is dynamic). I need to pass this auth-token value to all the upcoming API call as a header parameter.How can I achieve this using APIGEE.Please someone help me with some sample codes.Any help is appreciated.
Solved! Go to Solution.
Hi @Geo V L, this can be achieved using Service Callout(SC), Extract Variable(EV) & Assign Message(AM) policies.
We can add them on the Proxyendpoint Preflow.
I dont have sample code. Why don't you start working on a proxy by following above steps & then if you are stuck, post here.