HNS E-commerce API (Drupal Webshop)¶
API documentation for the existing HNS Drupal 10 e-commerce platform (shop.hns.family). This API handles user management, authentication, and identity — consumed by the HNS Mobile App and integrated with the Ticketing Backend.
Authentication¶
Three authentication methods are supported:
- Firebase token —
firebase-token: {provider}:{idToken}header - HTTP Basic —
Authorization: Basic {base64(email:password)} - Cookie — Drupal session cookie with CSRF token via
X-CSRF-Tokenheader
Endpoints¶
Last Updated: February 2026