What is a subdomain?
A subdomain is the part of your workspace URL that comes before the main domain. For example, in the URL:Step-by-step instructions
1
Locate your workspace URL
You can usually find this in your browser’s address bar when logged into your workspace.Example:
2
Identify the main domain
Our main domain is:
neetocal.com3
Extract the part before the main domain
Everything before
neetocal.com is your subdomain.Example:- URL:
https://marketing.neetocal.com - Subdomain:
marketing
Using Your Subdomain in API Requests
Once you’ve identified your subdomain, you’ll use it in all API requests. The base URL format is:mycompany, your API base URL would be:
Common Examples
Here are some common subdomain patterns:| Type | Example URL | Subdomain |
|---|---|---|
| Company | https://acmecorp.neetocal.com | acmecorp |
| Department | https://marketing.neetocal.com | marketing |
| Project | https://product-launch.neetocal.com | product-launch |