FairShare APIs (1.0)

The FairShare APIs provides documentation for FairShare tracking and analytics services

Overview
E-mail support@fluid.app
License MIT
Languages
Servers
Mock server
https://docs.fluid.app/_mock/docs/apis/fairshare_swagger/
Production server with company subdomain
https://{company}.fluid.app/
Local development server
http://fluid.lvh.me:{port}/

FairShare

Operations

FairShare Order Journey

Operations

Retrieves visitor journey for an order

Request

Path
order_idintegerrequired
curl -i -X GET \
  'https://docs.fluid.app/_mock/docs/apis/fairshare_swagger/api/v1/fairshare/orders/{order_id}/journey' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

successful

Bodyapplication/json
order_journeyobject
metaobject
Response
application/json
{ "order_journey": { "id": 0, "visitor_token": "string", "journey_started_at": "2019-08-24T14:15:22Z", "journey_duration": 0, "order_details": {}, "product_details": {}, "share_details": {}, "activities": [] }, "meta": { "request_id": "string", "timestamp": "2019-08-24T14:15:22Z" } }