Skip to content

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 tokenfirebase-token: {provider}:{idToken} header
  • HTTP BasicAuthorization: Basic {base64(email:password)}
  • Cookie — Drupal session cookie with CSRF token via X-CSRF-Token header

Endpoints


Last Updated: February 2026