Purpose of This API
This API is designed for integrating Homepal’s services into internal tools, primarily through the use of<iframe /> embeds.
- All data is fetched for a specific Company Group, identified by
company_group_id. - This ensures that the data and dashboards displayed are scoped correctly to the given group.
How It Works
The API is centered around the/third-party/dashboards endpoint.
- Call this endpoint to fetch all dashboards available to the specified Company Group.
- The response includes multiple
urlfields, each pointing to an HTML page. - These URLs can then be embedded directly into your application via an
<iframe />.