Skip to main content
Use this guide to retrieve products with your API key.

Prerequisites

Before you begin, you need:
  • The API base URL supplied by Morabaa
  • An API key with the products:list scope
  • A tool that can send HTTP requests, such as cURL
Store your API key like a password. Never expose it in client-side code or commit it to source control.

Make a request

1

Set your credentials

Replace the placeholders with the values supplied by Morabaa.
2

List products

Send your key in the X-Api-Key header.
3

Read the response

A successful request returns the first 25 products in a paginated response.
Your integration is authenticated when the API returns a 200 response. A 401 response means the key is missing, malformed, inactive, revoked, expired, or incorrect.

Next steps

Filter products

Search by category, brand, barcode, SKU, or availability.

Create an order

Submit customer, item, and delivery details.