-
Notifications
You must be signed in to change notification settings - Fork 3
Project API Token
DmitryBogatko edited this page Nov 11, 2020
·
3 revisions
- View: Global Admin, Coordinator, Project Admin, Project Manager
- Edit: Global Admin, Coordinator, Project Admin, Project Manager
- Menu Bar > Gear > Administration
- Side Bar > API Token
API Token allows you to use Aquality Tracking API without user credentials.
Generate token and remember id.
Send request to API with Basic Authorization Header where
- username - project:{projectId}
- password - API Token
Header: Authorization: Basic {base64(project:{projectId}:{APIToken})}
- Select Project - Autocomplete Field with available Projects. Select the project for API Token editing.
- Click Generate Token to generate new token
- New Token will be shown only once