Authentication Management
QDC supports two authentication methods: ClientId/ClientSecret
or API Key
.
ClientId / ClientSecret
Used for service account users, contact qdc.support@qti.qualcomm.com to obtain credentials.
API Key
Used for individual users, API keys can be generated by users themselves. The following steps explain how to create one.
If you cannot access the page, contact qdc.support@qti.qualcomm.com to obtain credentials.
Step 1: Login or Sign Up to Qualcomm Device Cloud
Log in to your existing Qualcomm Device Cloud account. If you don't have an account yet, you can create a new one.
Step 2: Navigate to API Key Settings
Locate and select the User Settings section within your account. From there, navigate to the API Keys tab.

Step 3: Generate API key
Once in the API Keys section, click on the "Generate" button to initiate the creation of a new API token.
-
Newly generated API keys expires in 6 months.
-
A newly generated API key overwrites existing API key.

Step 4: Use the API key with QDC Public API lib
For detailed instructions on using the API Key, please refer to Sample - Monkey Job.