Create OAuth application in Zoho API Console
Register a server-based application in the Zoho API Console to obtain your Client ID and Client Secret.
Sign in to Zoho API Console
Sign in to the Zoho API Console.
Create server-based application
Create a new server-based application for OAuth integration.
- Click GET STARTED or ADD CLIENT.
- Select Server-based Applications.
- Click CREATE NOW.
Configure application details
Enter the required application information.
- Client Name: Enter a descriptive name (e.g., StackOne Sprints Integration)
- Homepage URL: Enter your company website URL
- Authorized Redirect URI:
https://api.stackone.com/connect/oauth2/zohosprints/callback - Click CREATE.
Copy client credentials
Retrieve your OAuth credentials from the Client Secret tab.
- Click the Client Secret tab in your application.
- Copy the Client ID (format
1000.XXXXXXXXXXXXXXXXX). - Copy the Client Secret (long alphanumeric string).
- Store both values securely for use later.
Scopes
Scopes control which Zoho Sprints modules the integration can access. Create a space-separated list of the scopes you need, then enter it in the OAuth Scopes field in StackOne.
Select scopes
Available scopes (choose the ones you need):
Creating the StackOne Connector Profile
To create the Connector Profile in StackOne for Zoho Sprints:Navigate to Connector Profiles
Create New Connector Profile
- Click + Connector Profile
- Search for and select Zoho Sprints
- Select Type as OAuth 2.0
- Fill out the fields using details retrieved from your provider:
- Client ID
- Client Secret
- OAuth Scopes (Optional)
- (Optional) Select Actions to be enabled for this Connector Profile
- Click Create profile