Close
logointerlace
Talk with us >

API Basics

Welcome to the official reference documentation for the interlace platform. Our APIs are designed to be the best way to automate your company's banking needs.

These APIs are designed to be familiar and easy to work with. They are designed around the principles of REST, meaning that they use HTTP and rely on HTTP's built-in features. They use resource-oriented URLs and HTTP verbs, response codes, and authentication. Request and response bodies are encoded as JSON data.

These APIs are built on top of the principles or constraints of the RESTful architecture that enforces that data and functionality to be considered resources and are accessed using uniform resource identifiers.

Next you will find some technical details about our API:

Previous
2. Test drive the APIs
Next
Idempotency