Skip to main content

REST API

Introduction

The REST API is a set of endpoints that allow you to build custom integrations with the system. Use it to interact with the system programmatically, to automate workflows, or to build custom integrations.

Authentication

The REST API uses JSON Web Token (JWT) for authentication. To authenticate your requests, you must include an HTTP header of Authorization with the value Bearer <token>.

Endpoints

info

All endpoints will be update soon.