Hello,
I am encountering an issue while trying to obtain an OAuth token using Postman. I am following the Coupa API documentation, but my request is returning a “400 Bad Request” error. I would appreciate your assistance in resolving this issue.
Objective:
I am trying to authenticate with Coupa’s OAuth service to obtain an access token, which I need to make authenticated API requests.
Request Details
Body: Here is the information from outside of Postman which correct with my body inside of postman
Error Received:
When sending the request, I receive the following response:
Troubleshooting Steps Taken:
- Verified the endpoint URL and headers.
- Checked the parameters and ensured they are URL-encoded.
- Referenced Coupa’s OAuth documentation to confirm correct parameter usage.
Not sure if I am missing a step, any guidance would help.