404 Response for Bearer Token | XM Community
Skip to main content
Solved

404 Response for Bearer Token

  • February 1, 2021
  • 2 replies
  • 155 views

jehantk

I'm receiving 404 responses when using a POST for obtaining the Bearer Token after setting up OAuth as described (https://api.qualtrics.com/instructions/docs/Instructions/Quick%20Start/qualtrics-api-quick-start.md)
This was my first attempt at setting up API calls (using Postman). I've also confirmed that API ability is enabled on the account.
When using a GET request with the API Token I do get 200 responses--any thoughts why the issues with OAuth?
Thanks

Best answer by pogi

If you are getting 200 response with a GET then it sounds like the API resource might not accept a POST. Check your API url to make sure it is pointing to the correct resource.

2 replies

pogi
Level 2 ●●
Forum|alt.badge.img+14
  • Level 2 ●●
  • Answer
  • February 2, 2021

If you are getting 200 response with a GET then it sounds like the API resource might not accept a POST. Check your API url to make sure it is pointing to the correct resource.


jehantk
  • Author
  • March 2, 2021

On closer inspection the API URL was not correct--Thanks pogi