Byfluence API Documentation

Complete API reference for building with the Byfluence platform

Authentication
Secure authentication endpoints for SSO, Google OAuth, and credential-based auth
4 endpoints
Consultation
Comprehensive consultation management including bookings, sessions, and pricing
50+ endpoints
Customer Relationship
Manage seller-Buyer relationships, follows, and analytics
20+ endpoints
Getting Started
Learn how to authenticate and make your first API request
Quick start guide
Physical Products
Product catalog, variants, inventory, pricing, and media management
30+ endpoints
Wallet
Wallet balances, payouts, top-ups, transfers, and transaction history
15+ endpoints
Shops
Shop creation, configuration, verification, and lifecycle management
10+ endpoints

Base URL

Authentication

Most endpoints require authentication using a Bearer token. Include your access token in the Authorization header:

Authorization: Bearer YOUR_ACCESS_TOKEN

Response Format

All API responses follow a consistent format:

{
  "data": { ... },
  "message": "Success message",
  "success": true
}