Skip to main content

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.

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.
1

Contact Lokalise support

Lokalise OAuth apps are registered by contacting the Lokalise support team. Reach out to them with the following information:
FieldDetails
TitleThe name of your application
LogoYour app logo (150×150px, PNG or JPG format)
DescriptionA short description of your application (optional)
Website / documentation linkA link to your app’s website or docs (optional)
Required scopesThe OAuth scopes your app needs — refer to the Lokalise API reference for the scopes required by each endpoint
Callback URLhttps://api.nango.dev/oauth/callback
2

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.
3

Next

Follow the Quickstart to connect your first account.
For more details on Lokalise’s OAuth implementation, see Lokalise’s OAuth documentation.