> For the complete documentation index, see [llms.txt](https://kb.logicerp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.logicerp.com/logic-erp-learning-hub-tutorials-and-best-practices/api-documentation/overview.md).

# Overview

## API Introduction <a href="#h1" id="h1"></a>

***

Communication between software and external applications is defined by an application program interface (API). Logic ERP Solutions require APIs to allow other applications to create,upload and get data from Logic ERP Solutions.

<figure><img src="/files/x3MQw3N0TqF0xnOuRjkL" alt=""><figcaption></figcaption></figure>

An Application Programming Interface (API) acts as a data broker between an Enterprise Resource Planning (ERP) system and an application requesting data. The API receives the request, as long as it has the appropriate permissions, and provides the requested data to the application. Furthermore, APIs govern the types of data that may be requested and the manner in which the data is delivered. APIs have been a part of ERP systems for a long time, and regardless of the type of computing hardware used, they enable the transfer of data between programs. The API can be used in a variety of situations, such as transferring data from a other server to Logic ERP Solutions, Create data through the APIs and it can also help in fetching the details from the Logic ERP Solutions.

Logic software offers a range of API integration options, allowing for a flexible and customizable system to meet a variety of integration requirements. These include :\
PUSH : which enables external systems to automatically push the information into Logic when an event occurs, such as saving a sale bill.\
PULL : which allows for the collection of information from external systems at a predetermined time frequency, such as obtaining a sale bill.

As Example Below :

<figure><img src="/files/KOBjizoetLpJBue8f9od" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/yT14Kks1dU4InWa82jzk" alt=""><figcaption></figcaption></figure>

**Authorization Table Description**

| End Point     | Url of the APIs                       |
| ------------- | ------------------------------------- |
| Request Type  | POST                                  |
| Authorization | Authorization type will be Basic Auth |
| Username      | Enter the UserName respectively       |
| Password      | Enter the Password respectively       |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://kb.logicerp.com/logic-erp-learning-hub-tutorials-and-best-practices/api-documentation/overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
