How to Find Your Company's Account ID

Matisse van Rossum
Matisse van Rossum
  • Updated

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.

AID1.png

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."

AID2.png

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. 

AID3.png

 

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."

AID4.png

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.

AID5.png

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.

AID6.png

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.

AID7.png

Was this article helpful?

/

Comments

0 comments

Please sign in to leave a comment.