Endpoints
The URL for our Entitlements API is:
https://entitlements.prod.getft.io/v2.1/entitlements
Non-Production Environment
If your platform has a non-production environment, we can provide you with access to our staging Entitlement API. The URL for this environment is:
https://entitlements.staging.getft.io/v2.1/entitlements
Multi-Region
The GetFTR Entitlements API is hosted in multiple regions to ensure high availability and low latency. We use DNS to route traffic to the closest region based on the geographic location of the server initiating the request. The regions are:
- Europe: Ireland (
eu-west-1
) - US: California (
us-west-1
)
We provide region specific endpoints if you wish to route traffic to a specific region:
https://entitlements.{region}.prod.getft.io/v2.1/entitlements
For example, the endpoint for our California (US) region would be:
https://entitlements.us-west-1.prod.getft.io/v2.1/entitlements
Last updated on