Phasio Customer Analytics Controller API

API for tracking customer analytics events

OpenAPI Specification

phasio-customer-analytics-controller-api-openapi.yml Raw ↑
openapi: 3.1.0
info:
  title: Phasio Activity Internal Customer Analytics Controller API
  description: This is the API documentation for the Phasio application.
  version: '1.0'
servers:
- url: https://m-api.eu.phas.io
  description: Generated server url
security:
- Phasio API Bearer Token: []
tags:
- name: Customer Analytics Controller
  description: API for tracking customer analytics events
paths:
  /api/customer/v1/analytics/storefront-visit:
    post:
      tags:
      - Customer Analytics Controller
      summary: Track storefront visit event
      description: Registers a storefront visit analytics event for the current operator
      operationId: trackStorefrontVisit
      responses:
        '200':
          description: Successfully tracked storefront visit event
        '401':
          description: Unauthorized - missing operator context
components:
  securitySchemes:
    Phasio API Bearer Token:
      type: http
      name: Authorization
      in: header
      scheme: bearer
      bearerFormat: JWT