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.

Apps represent third-party integrations on the Fluveo marketplace. As a developer, you register an app, configure OAuth scopes and redirect URIs, generate client credentials, and submit for review. Once published, merchants can discover and install your app.
curl -X POST https://api.leanrails.com/v1/apps \
  -u "sk_test_xxx:" \
  -d name="Inventory Sync" \
  -d "requested_scopes[]=read_products" \
  -d "requested_scopes[]=read_orders" \
  -d "redirect_uris[]=https://myapp.com/callback"

Endpoints

Register an App

Creates a new app in draft status.

List your Apps

Returns a paginated list of apps you’ve registered.

Retrieve an App

Retrieves an app’s details including status and scopes.

Update an App

Updates an app’s configuration.

Submit for Review

Submits a draft app for marketplace review.

Delete an App

Deletes a draft app. Published apps cannot be deleted.

Generate Credentials

Generates OAuth client_id and client_secret for the app.

List Credentials

Lists OAuth clients for the app.