Developer API

v1.2.0 • Enterprise Plan Required

Introduction

The Bestate API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

import Bestate from 'bestate-node';

// Initialize client
const client = new Bestate('sk_test_51Mz...');