Skip to content

Project API Token

Vlad Kostyukevich edited this page Aug 29, 2019 · 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 > User Name > 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