Register a Kustomer OAuth App
Register a private app with the Kustomer Apps Platform to obtain OAuth credentials.
Obtain an Admin API Key
Go to your Kustomer instance at https://<your-org>.kustomerapp.com.
- Navigate to Settings > Security > API Keys.
- Click Add API Key.
- Assign the org.admin.apps and org.permission.apps roles.
- Copy the API key immediately — it is only shown once.
Register the App
Use the API key to register your app via POST request to the Kustomer Apps Platform API.
- Send a POST request to
https://api.kustomerapp.com/v1/apps/availablewith your app definition JSON. - Include a unique app identifier and semantic version in the request body.
- Set the redirect URI to
https://api.stackone.com/connect/oauth2/kustomer/callback.
Find Your Organization Name
Your Kustomer organization name is needed for the base URL.
Install the App
The OAuth app must be installed in the target organization before authorization can begin.
Linking the Account from the Hub
Navigate to the Hub
Use one of the three Linking Account Methods to access the Hub.
Fill out the fields
Fill out the following fields using details from your provider:
- Client ID
- Client Secret
- Organization Name
- Scopes (Optional)