Developer Portal

Build on the Glass Next API

Premium, self-hosted documentation for integrating with Glass Next. Manage products, orders, vendor integrations, and more — with clear guides and live API testing.

Quickstart

Authenticate with your vendor credentials to receive a bearer token.

curl -X POST 'http://localhost:8080/api/v1/auth/login' \
  -H 'Content-Type: application/json' \
  -d '{
    "email": "vendor@example.com",
    "password": "YourSecurePass1"
  }'

Everything you need to integrate

Beginner-friendly guides

Every concept is explained in plain language first, then in technical detail. Built for integrators, support teams, and developers alike.

cURL-first examples

Copy-paste ready shell commands for every endpoint. No SDK lock-in — test from any terminal.

Secure authentication

JWT bearer token flow with clear error handling, token lifecycle docs, and security best practices.

Version-aware & interactive

API versioning built in from day one. Live cURL preview with editable parameters and environment switching.

Ready to build?

Explore the full API reference, starting with authentication and bearer token usage.