Fluid Rep APIs (1.0)

The Fluid Rep APIs provide endpoints for authenticated Reps (Users) to access their own data and perform actions on their behalf.

Authentication

These APIs use User tokens for authentication. User tokens are obtained through:

  • Magic link authentication
  • JWT exchange (/api/user_companies/jwt_exchange)
  • Token exchange (/api/user_companies/token_exchange)

Unlike Company APIs which use Company API tokens for administrative access, Rep APIs authenticate the individual user and provide access to their personal data, orders, team, and settings.

For Company-level management APIs, see the Company APIs documentation.

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

Authentication

Operations

User Profile

Operations

Contacts

Operations

Tasks

Operations

Media

Operations

Libraries

Operations

List libraries

Request

Returns all libraries (playlists) for the current user.

Libraries are curated collections of media content that can be shared with contacts. Each library contains media items, products, and enrollment packs organized by theme or purpose.

curl -i -X GET \
  https://docs.fluid.app/_mock/docs/apis/rep/api/libraries \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

libraries retrieved

Bodyapplication/jsonArray [
object
]
Response
application/json
[ { "id": 42, "slug": "paper-sales-101", "custom_slug": null, "title": "Paper Sales 101 - The Basics", "items_count": 8, "library_items": [], "products": [] }, { "id": 43, "slug": "client-success-stories", "custom_slug": "success", "title": "Client Success Stories", "items_count": 5, "library_items": [], "products": [] }, { "id": 44, "slug": "the-dundies-collection", "custom_slug": null, "title": "The Dundies Collection - Award Winning Content", "items_count": 12, "library_items": [], "products": [] } ]

Orders

Operations

MySite

Operations

Analytics

Operations

Events

Operations

Training

Operations