Puntos Finales


The Hyfin APIs are standard REST-style APIs that accepts and returns JSON requests and is located at the following endpoints. These endpoint URLs are also referred to as the {base_url} throughout the API documentation.

During your development/integration effort, you should always connect to the STAGE environment. Once you've completed the integration and are ready to go live, you can switch to the PRODUCTION environment by simply changing the URL to point to the production endpoint. You will also need to use your production api_access_token in the request headers.

Ambos entornos también requieren que la función integrations.hyfin_api_access esté habilitada en el sitio al que estás llamando, además de un token válido. La página de autenticación describe este requisito previo y cita el error exacto que recibe un sitio sin la función.


Entorno de Escenario

https://stage-api.hyfin.app

Entorno de Producción

https://api.hyfin.app