Skip to main content

What is a subdomain?

A subdomain is the part of your workspace URL that comes before the main domain. For example, in the URL:
https://spinkart.neetoplaydash.com
spinkart is the subdomain. This subdomain is crucial for making API requests, as it identifies your specific workspace within NeetoPlaydash.

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:
https://your-subdomain.neetoplaydash.com
2

Identify the main domain

Our main domain is: neetoplaydash.com
3

Extract the part before the main domain

Everything before neetoplaydash.com is your subdomain.Example:
  • URL: https://green-earth.neetoplaydash.com
  • Subdomain: green-earth

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:
https://{your-subdomain}.neetoplaydash.com/api/external/v1
For example, if your subdomain is mycompany, your API base URL would be:
https://mycompany.neetoplaydash.com/api/external/v1

Common Examples

Here are some common subdomain patterns:
TypeExample URLSubdomain
Companyhttps://acmecorp.neetoplaydash.comacmecorp
Departmenthttps://marketing.neetoplaydash.commarketing
Projecthttps://product-launch.neetoplaydash.comproduct-launch