Authentication
The API requires authentication to access its resources.
Authentication is handled via an API key, which must be included in the Authorization header of each request using the Bearer token scheme.
Authorization: Bearer [YOUR_API_KEY]
The API key can be generated in the localeUI application under Your Profile -> API Keys. Each API key is unique and should be kept secret.