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.
Please be sure to keep your API access tokens secure! Do not share them in emails, chat messages, client-side code or publicly accessible sites.
If you have accidentally shared an API access token publicly, you can revoke it in the Developer settings of your Tchek user account.
Last updated
Was this helpful?