Replicon logo

Help Developers

Introduction

You can use the Polaris API, along with the Replicon API, to fetch and modify your Polaris data.

The Polaris API is based on GraphQL, an open-source API standard that allows for declarative data fetching (i.e. clients query a single endpoint for data).

GraphQL offers more efficient data loading the traditional REST APIs, and allows for faster development cycles. Plus, it supports any programming language or framework.

If you’re not familiar with GraphQL, you can learn more about it on the GraphQL site.

Documentation for using the Replicon API, which includes a number of operations relevant to Polaris, is available in the Developers section of the Replicon help system.

Replicon also offers a webhooks API you can use to set up event-driven notifications for Polaris. Documentation regarding webhooks is also available in the Replicon help.

Top Topics