Introduction

About our API

Introduction

The SMEasy API is an interface for your application to connect to your customers SMEasy accounting data quickly and easily from within your application without having to specifically login to their SMEasy account. The SMEasy API provides a standard RESTful Json API interface for connecting to and querying your customers SMEasy accounting data.

Quick Start

Requests are authenticated using OAuth2 Bearer tokens which you receive in exchange for a code we issue after a logged-in user performs an authorization grant request. You can create an OAuth application and get a client_id and client_secret by reading the Getting started section of the documentation.

Required Headers

All calls to the SMEasy API require the following request headers be present:

  • Content-Type: application/json
  • Authorization: Bearer <ACCESS_TOKEN>
Previous
Getting started