[Advanced] Retrieve your Organization ID
You can obtain your Organization ID from your BILL point of contact. Alternatively, follow the instructions below to retrieve it yourself.
Navigate to your BILL instance (eg. https://app02.us.bill.com/)
Open your browser's Developer Tools (on Chrome, right click anywhere on the screen and select Inspect)

Select the Network tab. In the Filter field, enter
query?op=SessionInfo
Enter your email and password and log in to BILL
As BILL is authenticating, click
query?op=SessionInfo
in the Name column, then click ondata
andsessionInfo
to expand them.Scroll down until you find
organizationId
, which should be an alphanumeric value that starts with008
. Copy it. You're done!
Last updated
Was this helpful?