This article will outline two simple methods for finding your company's account ID in ServiceTrade.
Chrome Developer Tools Method
You can use this method to find your account ID if you use Google Chrome as your default browser. From anywhere within ServiceTrade, right click and select "Inspect" to open the Chrome Developer Tools.
Next, use the "Command + F" shortcut on Mac or "Ctrl + F" on Windows to open the search bar within the Dev Tools. Type "account_id" into the search bar and press "Enter."
This will highlight "account_id" in the block of raw HTML text above. Next to "account_id" will be a number (in this case, it is 96). That is your company's ServiceTrade account ID.
API/Auth Method
This method will work for any browser. After logging into your ServiceTrade account, in your search bar, enter the URL "app.servicetrade.com/api/auth" and press "Enter."
This will open a page of JSON data. If you have a JSON linter installed on your browser, it will be organized. Otherwise, it will appear as a large block of data.
On this page, use the "Command + F" shortcut on Mac, or "Ctrl + F" on Windows to open the finder. Enter "account" into the search bar and it will be highlighted in the block of JSON data.
Immediately after the word "account," you will see "id," followed by a number (in this case, it is 96). That number is your company's ServiceTrade account ID.
Comments
0 comments
Please sign in to leave a comment.