You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am only getting started to work with Qulatrics API service. I have a question regarding the authentication .
Is it possible to use client_credentials grant type using this library to authenticate Qualtrics APIs? I am able to successfully get tokens using OAuth2.0, so if there is away I can utilize this and pass it on to the functions like all_surveys(), fetch_survey() etc., that'd be great.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
There are two important credentials you need to authenticate with the Qualtrics API. These are your API key and institution-specific base URL.
The base URL you pass to the qualtRics package should either look like yourdatacenterid.qualtrics.com or like yourorganizationid.yourdatacenterid.qualtrics.com, without a scheme such as https://. The Qualtrics API documentation explains how you can find your base URL.
Hello, I am only getting started to work with Qulatrics API service. I have a question regarding the authentication .
Is it possible to use client_credentials grant type using this library to authenticate Qualtrics APIs? I am able to successfully get tokens using OAuth2.0, so if there is away I can utilize this and pass it on to the functions like all_surveys(), fetch_survey() etc., that'd be great.
Thanks in advance!
The text was updated successfully, but these errors were encountered: