Endpoint URL
When you check your app’s address you’ll likely see in your browser’s address bar a sort of:
https://www.teamdesk.net/secure/db/21995/...
The number that follows the /db/ is your database id. Changing /db/ to /api/v2/ and removing the remainder of the URL after the number will serve as a base URL for all API calls. Directly under the URL resides "playground" page to test API calls.
https://www.teamdesk.net/secure/api/v2/21995/
TeamDesk Enterprise and dbFLEX users will need to adjust www.teamdesk.net to their appropriate domain, but URL pattern is the same across all products - that’s:
https://{YOUR_DOMAIN}/secure/api/v2/{APPID}/