page icon

API Test Implementation(0.0.2)

Purpose
This guide explains how to test a simple implementation of (purchase eligibility check) and (purchase registration) to integrate with Game8 Store.
 
Time Required
15 minutes
 

1. Implementing the Endpoints (Approx. 10 min)

1.1 Requirements

  • Use Node.js (Express) or Python (FastAPI)
  • The server should be deployable locally or on a cloud platform (AWS, GCP, Vercel, Render, etc.)

1.2 Implementation with Node.js (Express)

1.3 Implementation with Python (FastAPI)


2. Testing with Postman (Approx. 5 min)

Use Postman to test the API by setting the Authorization header to and sending the following requests.

2.1 Example Request for GET

Example Response:

2.2 Example Request for POST

Example Response: