This document describes the Tauk API resources for reporting the lifecycle events of a given test. As a prerequisite you will need to generate an API Token from the Settings section of your Tauk account and also create a project, or use an existing one, from the Tauk Web UI. Detailed instructions on this process can be found here.


Authentication

The API resources use Bearer authentication, also known as token authentication. The name “Bearer authentication” can be understood as “give access to the bearer of this token.” In this case, the bearer token is your Tauk API Token. The client must send this token in the Authorization header when making requests to the API resources:

Authorization: Bearer <Your-Tauk-API-Token>

Base URL

The API resources in this document stem from the following base URL:

<https://www.tauk.com>

Terminology Concepts

Your API Token can be created from your Tauk account in the Web UI.