Back to Documentation

API Reference

Complete API documentation with interactive examples. The API documentation is hosted on the backend server.

API Base URL

https://api.mazicard.com/api

Authentication

Most API endpoints require authentication using JWT tokens. Include the token in the Authorization header:

Authorization: Bearer <your-token>

Available Endpoints

  • /api/auth - Authentication endpoints
  • /api/v1/user - User management
  • /api/v1/giftcards - Gift card operations
  • /api/v1/merchant - Merchant operations
  • /api/v1/admin - Admin operations