Introduction

Welcome to the Justt developers hub, which offers an insightful overview of Justt's REST API, designed to help you efficiently manage various Justt entities and share your data with us.

Our API is built on a foundation of predictability, featuring resource-oriented URLs, form-encoded request bodies, JSON-encoded responses, and the utilization of standard HTTP response codes, authentication methods, and HTTP methods.

Base URL

Base URL: https://api.justt.ai/v1/

We are working on a sandbox environment that offers you a separate environment to test your integration with Justt without impacting your live data. When it will be live, we will share that URL as well.

Version

It's important to note that the Justt API is tailored to each account, evolving with new versions and customized functionalities. Access the documentation specifically designed for your API version.

Security

When making API calls, security is paramount. All our API calls must be transmitted over HTTPS. Calls made over plain HTTP will not succeed, and requests without proper authentication will also be rejected.

Content type

Our API endpoints require the Content-Type header to be set to application/json for all requests and responses.


What’s Next