QUICKSTART

Your first Leadstrium request in minutes.

Use ordinary HTTPS first. You do not need a special SDK to read the public catalog and trust APIs.

1

Read the catalog

Discover the products LaunchPad can currently present.

curl -sS https://leadstrium.com/api/v1/catalog
2

Inspect trust for a product

Use the product slug returned by the marketplace.

curl -sS https://leadstrium.com/api/v1/marketplace/trust/launchpad
3

Check the running platform

Read current capability state or release assurance when your integration needs platform context.

curl -sS https://leadstrium.com/api/v1/assurance
4

Add CoreID when you need a customer

Customer-scoped endpoints require a real CoreID session. Do not scrape or reuse private session material.

Continue to authentication →