How can i extract "developer.id" information from a request ? can i use Extract variable policy for this?

Not applicable
 
0 1 459
1 REPLY 1

HI @sharique

You will need to have a policy which verifies the consumer key in your pre flow request pipeline for e.g. verify apiikey or oauth v2 verifyaccesstoken. Once these polices are executed all developer related properties get populated as flow variables within your API proxy context. Check this link to find the list of variables which get populated