Authentification

The Tchek API uses Personal access tokens to authenticate requests.

To use our API and web widget, you will need to obtain an access token for authentication. If you do not already have an access token, please contact customer support to request one.

API requests are authenticated using the X-API-Key Header. To authenticate a request, provide the token in the Authorization header of the request:

curl -H "X-API-Key: <your_access_token>" https://alto.tchek.fr/apiV1/user

Access tokens are tied to the Tchek user account for which they were created. A token provides the same level of access & privileges that its associated Tchek user account would have.

Last updated

Was this helpful?