> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mymorabaa.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Morabaa API

> API documentation for the available MyMorabaa endpoints.

## Overview

Use these docs to call the MyMorabaa endpoints from an authenticated app.

Every request must include:

* `X-App-Id: <APP_ID>`
* `X-App-Secret: <APP_SECRET>`

For `GET` requests, do not send `Content-Type: application/json`. Only include a `Content-Type` header when the request has a JSON body.

<Note>
  Need credentials? Contact [info@morabaa.com](mailto:info@morabaa.com).
</Note>

<Card title="Get items" icon="terminal" href="/api-reference/endpoint/get-items" horizontal>
  Retrieve items with filtering and pagination.
</Card>

<Card title="Get accounts" icon="terminal" href="/api-reference/endpoint/get-accounts" horizontal>
  Retrieve accounts with search, business filtering, and pagination.
</Card>

## Endpoints

<Columns cols={2}>
  <Card title="Items API" icon="terminal" href="/api-reference/endpoint/get-items">
    Open the complete items endpoint documentation.
  </Card>

  <Card title="Accounts API" icon="terminal" href="/api-reference/endpoint/get-accounts">
    Open the complete accounts endpoint documentation.
  </Card>
</Columns>
