OpenAPI documentation for Fluid's SDK API
E-mail support@fluid.app
License MIT
OpenAPI documentation for Fluid's SDK API
curl -i -X POST \ https://docs.fluid.app/_mock/docs/apis/public/api/public/v2025-06/browser/fingerprint \ -H 'Content-Type: application/json' \ -d '{ "fingerprint": { "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36", "language": "en-US", "platform": "MacIntel", "hardware_concurrency": 8, "color_depth": 24, "screen_resolution": "1920x1080", "time_zone": "Europe/London", "session_storage": true, "local_storage": true, "indexed_db": true, "do_not_track": false, "cookies_enabled": true, "canvas": 0, "webgl": { "vendor": "Google Inc.", "renderer": "ANGLE (Intel(R) UHD Graphics 630 Direct3D11 vs_5_0 ps_5_0)", "version": "WebGL 1.0" }, "installed_fonts": [ "Helvetica" ], "plugins": "Chrome PDF Plugin", "touch_support": { "max_touch_points": 10, "touch_event": true, "touch_points": 10 } }, "metadata": { "fluid_shop": "myshop", "fluid_session": "fs_szwdDuRbqEe7AV7sXk7vVq", "attribution": { "email": "salesrep@example.com" } } }'
{ "status": 201, "metadata": { "fluid_shop": "string", "fluid_session": "string", "request_uuid": "a699086b-c336-457e-9191-0c825d6efbc8", "timestamp": "string" } }