Token and Project code
Personal Token vs App Token
You can generate API tokens from two places in your Qase workspace:
- Personal Token – found in your profile settings.
This token carries your user permissions. So if your role allows creating test runs or submitting results, this token will too. It’s tied to your user and is useful for quick setups or when testing things manually. - App Token – found under the Apps section in the workspace settings.
This token is designed specifically for integrations like reporters. The benefits:- Actions taken using this token are labeled with the app’s name, not your user.
- The token is scoped with only the minimum permissions needed by the reporter — good for security.
We recommend using App Tokens for setting up reporters in most cases.
Project code
Every Qase project has a unique project code, which is used to associate results with that specific project.
- It can be up to 10 characters long
- Alphanumeric (e.g. WEBAPP, MOBILE123)
- You can set it when creating the project, or change it later, from the project's settings.
For reporting to work, make sure you’ve got these three things:
mode
is set totestops
- The correct
project code
is used- A valid
token
is provided
Updated 8 days ago