Failed to use api to pull data from qualtrics | XM Community
Skip to main content

Hi there:
We are new starter to use qualtrics API to pull the data. When we use curl command:
curl -k  -H 'X-API-TOKEN: API Token' -X GET https://orgid.datacenterID.qualtrics.com
we got the result:
image.pngHowever, when we add the API behind:
curl -k  -H 'X-API-TOKEN: API Token' -X GET https://orgid.datacenterID.qualtrics.com/API
we got the results:
{"meta":{"requestId":"52ac640e-cd6a-48ce-afa2-775299d4d5e8","httpStatus":"404 - Not Found","error":{"errorMessage":"The requested resource does not exist."}}}
Can anyone help us with that ? Many thanks

Hi Samilu,

It seems the URL you are using is incorrect, we have to replace the orgid.datacenterID with what the data center shown to you is, when you login to your account. For example in the below image the yellow part is our orgid (Organisation id) and green part is our datacenterID.
Screenshot 2021-08-13 230515.pngThis support page might help you : https://www.qualtrics.com/support/integrations/api-integration/overview/#GettingStarted


Leave a Reply