Welcome to Manastore API
The Manastore API provides endpoints for managing orders, products, and wallets. Build powerful applications with our comprehensive REST API.OpenAPI Specification
View the complete OpenAPI specification
Authentication
All API endpoints require a Bearer token, which must be included in theAuthorization header of every request:
How to Generate Your API Key
Login to Manastore
Login to your Manastore account.
Request Headers
All requests must include the following header:API Base URL
- Staging
- Live
Response Format
All successful responses return JSON data with the following structure:- Paginated Responses: Include
data,links, andmetaobjects - Error Responses: Include
messageand optionalerrorsobject for validation errors - Single Resources: Return the resource object directly
Currency Conversion
Conversion fees applied to orders in a currency different from the base currency are calculated using live exchange rates from ExchangeRate-API.Endpoints Overview
The API is organized into three main categories:- Orders: Manage customer orders, download invoices and digital codes
- Products: Browse products, search, and retrieve product details
- Wallets: Manage user wallets and check balances