How can I get oauth token for Apigee's API?

Not applicable

I will use postman to make automate proxy deployment, but I want to use OAuth for authentication.

I found this document about how to use acurl and get_token, but I haven't found one for postman.

Solved Solved
1 2 899
1 ACCEPTED SOLUTION

Hi @Friso Denijs,

To achieve what you want to do in Postman, maybe you can use the token API to get a token in Postman. Set up a variable in Postman that maps to the returned token name. Then, use that variables in your proxy deployment API calls (in Postman) in the Authorization header. I hope that helps -- I haven't tried this; however, there is currently no documentation specific to your question.

Will

View solution in original post

2 REPLIES 2

Hi @Friso Denijs,

To achieve what you want to do in Postman, maybe you can use the token API to get a token in Postman. Set up a variable in Postman that maps to the returned token name. Then, use that variables in your proxy deployment API calls (in Postman) in the Authorization header. I hope that helps -- I haven't tried this; however, there is currently no documentation specific to your question.

Will

does the api work with apigee x?