Skip to main content

API quickstart

Use these steps to call your API for the first time.

1. Prepare credentials

You need:
Need credentials? Contact info@morabaa.com.
If either header is missing or invalid, the API returns 401 Unauthorized. For GET requests, do not send Content-Type: application/json. Only include a Content-Type header when the request has a JSON body.

2. Send your first request

Expected result:
  • Status: 200 OK
  • Body: JSON array of items

3. Try filters and pagination

Common query parameters:
  • name, barcode, groupId
  • minBuyPrice, maxBuyPrice, minSellPrice, maxSellPrice
  • buyCurrencyId, sellCurrencyId, exchangeCurrency
  • query, limit, offset

4. Read full endpoint details

Get items endpoint

View full request and response details.

Get accounts endpoint

View full request and response details.