savarkaul
4 years agoNew Contributor
OAuth2.0 Client Credentials Parameters
Hi Team, I'm fairly new to Swagger Editor and API documentation and I have to add a parameter to pass my access token in the API documentation. I am using OAuth 2.0 with Grant Type- Client Creden...
- 4 years ago
Hi, HKosova thanks for the help but I had already done that!
Actually, I was confused about needing a parameter to send the generated access token as a parameter but after some research, I have come to know that for the grant type, Client Credentials -> when we click on Authorize button, the generated access token gets embedded within the cURL and goes with the GET/POST call in the header, along with the other parameters specified in the documentation.