Skip to content

Project API Token

DmitryBogatko edited this page Nov 11, 2020 · 3 revisions

Permissions:

  • View: Global Admin, Coordinator, Project Admin, Project Manager
  • Edit: Global Admin, Coordinator, Project Admin, Project Manager

How to Open

  1. Menu Bar > Gear > Administration
  2. Side Bar > API Token

What is it?

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})}

API Token Page

  • 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
Clone this wiki locally