Question
1
Replies
73
Views
Posted: November 5, 2019
Last activity: November 6, 2019
Closed
Unable to generate oauth access token
I am working on performance testing of an API to mute/unmute notifications in PDC Application. I have provided appropriate endpoints and parameters required to generate the access token but still getting the below error,
{"errors":[{"ID":"invalid_request","message":"The request is missing a required parameter."}]}
Please help
Hi,
Are you passing all the required parameter in the request? Mostly looks like configuration issue.
Are you able to get the token if you simulate through postman.
Thank You,