Skip to main content

Discover webhooks, streaming, and more in the latest API Docs

· 3 min read
Akkuro Lending Development Team

We’re back with the second major update to our API documentation. This update introduces new concepts and feature guides designed to help developers build faster, smarter, and more resilient integrations.

By reading this article, you can also explore the capabilities that we offer to help you use our APIs more efficiently.

What’s new?

We’re continuously improving the Akkuro Lending API documentation to enhance the developer experience. In this release, we’ve added new documentation outlining our core principles and standards that apply across all APIs, along with feature guides detailing the capabilities currently supported.

Content types and data format

We've standardized and documented the common content types and data formats used in API requests and responses, along with examples to help developers parse them correctly and ensure reliable data processing.

Check out Data format for more details.

Status codes and error handling

We've added a list of all possible success and error codes returned by Akkuro Lending APIs and troubleshooting tips. We also explain the standard error message format, defined in RFC 7807, which helps you debug faster.

Check out Status codes and error handling for more details.

Pagination

Some APIs that list or retrieve collections of items may return super-large volumes of data in a single response. This can lead to slow response, server strain, timeouts, or system failures.

Pagination helps you resolve these issues. This approach improves user experience by reducing page load times, preventing overwhelming users with too much information at once, and allowing them to navigate content more easily.

Check out Pagination for further details.

Streaming data

If your application frequently downloads large datasets and suffers from slow responses or system strain, our streaming APIs offer a scalable solution.

Streaming APIs allow your application to download large datasets. Data is delivered incrementally as JSON objects over a persistent connection, so your application can process the data immediately as it arrives, instead of requiring the entire dataset to be available before sending.

Check out Streaming data for further details.

Webhooks

If you need to receive near real-time notifications directly to your system, Webhooks are a great choice.

Webhooks let you subscribe to some specific events or changes happening in the Akkuro Lending platform in real-time, and your server is automatically notified and receives a delivery of data whenever those events occur.

Check out Webhooks for further details.

Explore the docs

Explore our Akkuro Lending documentation site to discover all the latest updates. We’d love to have your feedback.

We will continue expanding our documentation to give you deeper insight into the Akkuro Lending domain model, helping you use our APIs more efficiently.