How do I get Quickbooks RealmID

I am trying to make an API call to a Quickbooks API but I was wondering how will I get the users quickbooks RealmID?

Hi @STrIMSPE

Quickbooks sends this information along with the authentication once the auth is successful. Pathfix holds this information for each successful auth connection.

When making a call, you will simply have to replace the RealmID with the following {{usr_realmId}}

e.g.:

We will replace the user’s RealID dynamically for each call :slight_smile: