Create an app in Zelt to get your Client ID and Client secret. You will need both to generate your API access token.
- Sign in to your Zelt admin account
- Go to Settings → Security → Developer Hub → Build Apps
- Fill in the required fields:
- Name: a clear name for your integration (e.g., "HR Sync", "Internal Tool").
- Description: short explanation of what this app will be used for.
- Redirect URI: required since your integration uses OAuth-style redirects. Use a publicly accessible URI (e.g.,
https://google.com/). Local addresses such aslocalhostor127.0.0.1are not supported.
- Click Generate. A drawer appears showing your Client ID and Client secret. Use the copy buttons to save both values in a secure place.
Important
The Client secret is only shown once and cannot be viewed again. Copy it now and store it securely (e.g., in a password manager or secrets vault). If you lose it, you will need to regenerate it and update every integration that uses it.
- Click Close to finish