Quickstart
Account Setup
Create Your Tesser Account
-
Visit the Tesser Platform
Navigate to app.tesser.xyz in your web browser.
-
Sign Up
Click "Sign Up" and complete the registration process:
- Enter your business email address
- Create a secure password
- Verify your email address
-
Complete Team Setup
After email verification, you'll be prompted to:
- Enter your organization/entity name
- Provide basic business information
- Accept the terms of service
API Authentication Setup
Once your account is created, you'll need to set up API access:
-
Generate API Credentials
In the Tesser dashboard:
- Navigate to "Settings" → "API Keys"
- Click "Create New Application"
- Provide a name and description for your application
- Save the generated
clientIdandclientSecretsecurely
-
Get Your Access Token
Use the OAuth 2.0 client credentials flow to get an access token:
CodeSave the returned
access_tokenfor API requests.
Last modified on