Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developers.scango.ch/llms.txt

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

To use the API, you first need to generate an API key. This can be created under Settings > Organization > API Key.

Base URL

https://dashboard.scango.ch/api/v1

Authentication

  • Type: Bearer Token
  • Usage: Include the Bearer Token in the Authorization header for all requests.

OpenAPI specification

The machine-readable API definition is in api-reference/openapi.json. Use it with OpenAPI-aware tools, codegen, or assistants.

List responses (meta)

Every list endpoint returns data (the array) and meta with at least:
FieldMeaning
totalFor product search with q, the search index’s estimated total matches. For all other list endpoints, this equals the number of items in this response (same as returned).
returnedHow many items are in data for this response.
limitApplied page size from the limit query parameter (default 100, maximum 5000). Product search with q caps the effective page size at 250.
List endpoints support an optional limit query parameter (default 100, max 5000). When you search products with q, meta also includes offset for pagination.

API Structure

The Scango API provides access to the following main resources:

Agent recipes

Step-by-step flows for automation and AI assistants

Products

Manage your product catalog

Orders

Access order information

Suppliers

View supplier details

Categories

Browse product categories

Important Notes

Currently, product images cannot be uploaded via the API.
Webhooks are not yet available. We recommend checking for new orders at your desired interval.