Skip to main content

Introduction

Welcome to the LipaLater API reference! It contains a guide on how to integrate to our API and outlines important information to assist you through the integration process. The API is a REST API over HTTP using JSON as the exchange format. It uses standard HTTP response codes ,authentication , and verbs.

Supported HTTP Verbs

MethodDescriptionIs idempotent
GETReturn the current value of an objecttrue
POSTCreate a new object based on the data submittedfalse
PATCHApply a partial update to an objectfalse

URLS

EnvironmentBASE URL
Sandboxhttps://apidev.lipalater.com
Productionhttps://api.lipalater.com