Connecting to the BI Analytics API

To connect to the BI Analytics API, you need to obtain your authentication credentials and configure the connection settings.
Before connecting, make sure you have the following information:
  • the username and password for your partner account
  • the server URL where your account is hosted
Once you have this information, you can connect to the BI Analytics API from Power BI or any other BI platform that supports REST APIs.
 

Where to get your login and password

To connect to the BI Analytics API, you need the partner account login and password.
Use the same credentials that were provided when the partner account was registered. These are the same login details used to sign in to the admin panel.
If you have main administrator access, you can find these credentials in the partner account card under the Main settings tab:
  • Login — use as username
  • Password — use as password
Connecting to the BI Analytics API
 

How to choose the server address

To connect to BI Analytics API, you need to specify the server address in the BaseUrl parameter in the query. Use the server where your account is hosted.
  Server
  Address
  Purpose
  Production
  https://pilot-gps.com
  Main server
  Saudi Arabia
  https://ksa.pilot-gps.com
  Regional server for Saudi Arabia
  Africa
  https://pilot-gps.africa
  Regional server for Africa
  Blade
  https://blade.pilot-gps.com
  Blade server
  Iglit
  https://gps.iglit.tech
  Iglit server
In the query, specify the required URL, for example:
BaseUrl = "https://ksa.pilot-gps.com",