Introduction

Welcome to the Nile Developer Platform. This documentation will guide you through building and managing commerce experiences using Nile's infrastructure.

Base URL

https://api.nile.ng/v1

Quick Start

1. Create a developer account at developer.nile.ng

2. Create a development store from your dashboard

3. Generate API credentials for that store

4. Start making API requests

Example Request

curl -X GET https://api.nile.ng/v1/products \
  -H "Authorization: Bearer nile_live_abc1...xyz9"