Fountain operates across multiple regions to serve customers around the world. Depending on your region, you’ll need to use a different API URL. This article explains how to determine the correct URL for your account.
There are two main types of API URLs:
Default URL
If when you login to your account, you see http://app.fountain.com/ or http://web.fountain.com/, the URL that you will use to use the API is:
http://api.fountain.com/v2/
For example, to retrieve applicants, you would use:
https://api.fountain.com/v2/applicants
Region-specific URL
If when you login to your account, you see http://us-2.fountain.com or http://app.us-2.fountain.com or any other region name instead of "us-2" in the URL, you will use:
http://us-2.fountain.com/api/v2
Be mindful that you will have to replace us-2
with the name of the region your account is hosted on.