> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lunarmc.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Customer Journey Details

> Get detailed customer journey touchpoints



## OpenAPI

````yaml GET /api/v1/customer_journey_details
openapi: 3.1.0
info:
  title: Mission Control REST API
  description: >-
    Mission Control platform API for identity resolution, multi-touch
    attribution, and customer analytics
  version: 1.0.0
servers:
  - url: https://id.lunarmc.ai
security:
  - bearerAuth: []
paths:
  /api/v1/customer_journey_details:
    get:
      tags:
        - Public API (v1)
      summary: Customer Journey Details
      description: Get detailed customer journey touchpoints
      responses:
        '200':
          description: Customer journey data
components:
  securitySchemes:
    bearerAuth:
      type: http
      scheme: bearer
      bearerFormat: JWT
      description: JWT token obtained from /api/get_token/

````