Authentication

How to authenticate your requests

You must use a generated API key to authenticate requests to our API.

Such an API key can be created by following: How to create an API key?

You can

  • set an optional expiration date
  • to define permissions for the key, as you can define permissions for members or your workspace

Please make sure to copy & store the API key at a save place just after creation. The API key cannot be viewed later for security reasons.

The API key has to be passed as Authorization: Bearer <api key> HTTP header.

curl -H 'Authorization: Bearer lingo\_...' -X GET <https://api.lingohub.com/v1/projects>