Skip to main content

Introduction

Welcome to Openleaf API Documentation, This page will show you how to integrate and set up Openleaf API.

Getting Started

Get started by creating an account on Openleaf.

Schedule a Call

Schedule call with Openleaf to get started with onboarding process. Click here

What you'll need

  • API Token fron Openleaf.

Authorization

Once you register, you will be provided an Authorization Token by the Onboarding Team. Without this token, you will not be authorized to use the API.

IMPORTANT

Please note that the token uniquely identifies your account. It should not be shared with others.

How to use API token

Use your token in the header of all the requests that you will make to Openleaf API.

{
"Authorization": "Bearer {{your_token}}",
"Content-Type": "application/json"
}