Harmonicft Logo
Membership IAAS

About the API

The Harmonic Membership API is organized around REST endpoints. Our API is designed to let the partner manage their cusotomers policies programatically. We have a demo environment where you can test the API endpoints. The only difference between the demo and production environments is the URL.

Base URLs
  • Production: https://enroll-income-protection.harmonicft.com
  • Demo: https://demo.enroll-income-protection.harmonicft.com

Authentication

To access the API, you need to authenticate with credentials provided by Harmonic. You can use the Authorization header to provide your credentials.

Here's an example of how to authenticate with your partner's credentials:

Authorization: Basic <Base64 encoded username and password>

Replace <Base64 encoded username and password> with the actual base64-encoded credentials.

On this page