API V2 ====== The GroupVAN API V2 provides services for catalog discrepancy reporting and member data retrieval. Base URL -------- .. list-table:: :header-rows: 1 :widths: 30 70 * - Environment - URL * - Production - ``https://gateway.groupvan.com`` * - Staging - ``https://api.staging.groupvan.com`` Authentication -------------- All V2 endpoints require a valid JWT Bearer token in the request header. .. code-block:: none Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9... Available Services ------------------ .. list-table:: :header-rows: 1 :widths: 25 15 35 25 * - Service - Method - Endpoint - Description * - :doc:`Discrepancy ` - POST - ``/v2/catalog/discrepancy`` - Report catalog discrepancies * - :doc:`Lost Sales ` - POST - ``/v2/member/lost_sales`` - Retrieve member lost sales .. toctree:: :maxdepth: 2 catalog/index member/index