This guide shows you how to register your own app with Lokalise to obtain your OAuth credentials (client ID & secret). These are required to let your users grant your app access to their Lokalise account.Documentation Index
Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Contact Lokalise support
Lokalise OAuth apps are registered by contacting the Lokalise support team. Reach out to them with the following information:
| Field | Details |
|---|---|
| Title | The name of your application |
| Logo | Your app logo (150×150px, PNG or JPG format) |
| Description | A short description of your application (optional) |
| Website / documentation link | A link to your app’s website or docs (optional) |
| Required scopes | The OAuth scopes your app needs — refer to the Lokalise API reference for the scopes required by each endpoint |
| Callback URL | https://api.nango.dev/oauth/callback |
Receive your OAuth credentials
Once Lokalise processes your request, they will provide you with a Client ID and Client Secret. Keep these safe — you’ll need them to configure your integration in Nango.
Next
Follow the Quickstart to connect your first account.