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
Method | Description | Is idempotent |
---|
GET | Return the current value of an object | true |
POST | Create a new object based on the data submitted | false |
PATCH | Apply a partial update to an object | false |