Internal API ============ The Internal API provides administrative services for managing users and accounts. Base URL -------- .. list-table:: :header-rows: 1 :widths: 30 70 * - Environment - URL * - Production - ``https://api.groupvan.com`` * - Staging - ``https://api.staging.groupvan.com`` Authentication -------------- All Internal API endpoints require a valid JWT Bearer token in the request header. .. code-block:: none Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9... Available Services ------------------ **Users** .. list-table:: :header-rows: 1 :widths: 25 10 40 25 * - Service - Method - Endpoint - Description * - :doc:`Create User ` - POST - ``/internal/users/create`` - Create a new user account **Catalog** .. list-table:: :header-rows: 1 :widths: 25 10 40 25 * - Service - Method - Endpoint - Description * - :doc:`Catalog Regions ` - GET - ``/internal/catalog/regions`` - List available catalog regions .. toctree:: :maxdepth: 2 :hidden: users catalog_regions