Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.fluveo.com/llms.txt

Use this file to discover all available pages before exploring further.

The Marketplace API lets merchants discover, install, and manage third-party apps. Browse published apps by category or search query, view installation details, and uninstall apps to revoke their access.
curl https://api.leanrails.com/v1/marketplace/apps \
  -u "sk_test_xxx:" \
  -G -d q="analytics" -d category="reporting"

Endpoints

Browse Apps

Returns a paginated list of published marketplace apps. Supports search and category filtering.

Get App Details

Retrieves public details for a marketplace app, including whether it’s installed on your account.

List Installations

Returns a list of apps installed on your account.

Get Installation

Retrieves details of a specific app installation.

Uninstall an App

Uninstalls an app and revokes all its OAuth tokens.