OpenAPI documentation for Fluid's SDK API
OpenAPI documentation for Fluid's SDK API
curl -i -X POST \ 'https://docs.fluid.app/_mock/docs/apis/public/api/public/v2025-06/playlists/{slug}' \ -H 'Content-Type: application/json' \ -d '{ "metadata": { "fluid_shop": "myshop", "fluid_session": "fs_szwdDuRbqEe7AV7sXk7vVq", "fluid_locale": "en_US", "fluid_journey": "string", "attribution": { "email": "salesrep@example.com" } } }'
playlist retrieved successfully
A container for related metafields. Commonly used to group metafields by app or functionality.
The unique identifier for the metafield within its namespace. Must be unique per namespace and owner.
The actual data stored in the metafield. Type depends on value_type.
The data type that defines how the value should be interpreted and validated.
Optional human-readable description explaining the purpose of this metafield.
The type of resource that this metafield belongs to (polymorphic association).
The ID of the specific resource that this metafield belongs to.
Timestamp when the metafield was created.
Timestamp when the metafield was last updated.
{ "status": 200, "library": { "id": 0, "slug": "string", "title": "string", "library_items": [ … ], "products": [ … ], "enrollment_packs": [ … ] }, "metadata": { "fluid_shop": "string", "fluid_session": "string", "fluid_locale": "en_US", "request_uuid": "a699086b-c336-457e-9191-0c825d6efbc8", "timestamp": "string" } }
curl -i -X POST \ https://docs.fluid.app/_mock/docs/apis/public/api/public/v2025-06/playlists \ -H 'Content-Type: application/json' \ -d '{ "library": { "id": "test-playlist-slug" }, "metadata": { "fluid_shop": "myshop", "fluid_session": "fs_szwdDuRbqEe7AV7sXk7vVq", "fluid_locale": "en_US", "fluid_journey": "string", "attribution": { "email": "salesrep@example.com" } } }'
playlist retrieved successfully
A container for related metafields. Commonly used to group metafields by app or functionality.
The unique identifier for the metafield within its namespace. Must be unique per namespace and owner.
The actual data stored in the metafield. Type depends on value_type.
The data type that defines how the value should be interpreted and validated.
Optional human-readable description explaining the purpose of this metafield.
The type of resource that this metafield belongs to (polymorphic association).
The ID of the specific resource that this metafield belongs to.
Timestamp when the metafield was created.
Timestamp when the metafield was last updated.
{ "status": 200, "library": { "id": 0, "slug": "string", "title": "string", "library_items": [ … ], "products": [ … ], "enrollment_packs": [ … ] }, "metadata": { "fluid_shop": "string", "fluid_session": "string", "fluid_locale": "en_US", "request_uuid": "a699086b-c336-457e-9191-0c825d6efbc8", "timestamp": "string" } }