Base URL
| Environment | URL |
|---|---|
| Sandbox | https://test-merchant.ebioro.com |
| Production | https://merchant.ebioro.com |
Authentication
All endpoints use Digest Authentication withX-Digest-Key, X-Digest-Timestamp, and X-Digest-Signature headers.
Response Format
All successful responses return JSON. Error responses follow this format:Common Status Codes
| Code | Description |
|---|---|
| 200 | Success |
| 400 | Bad request (invalid parameters) |
| 401 | Unauthorized (invalid or missing authentication) |
| 404 | Resource not found |
| 500 | Internal server error |
Pagination
List endpoints support pagination with query parameters:| Parameter | Default | Description |
|---|---|---|
page | 1 | Page number |
limit | 20 | Items per page (max 100) |
meta object with totalItems, itemCount, itemsPerPage, totalPages, and currentPage.