← API catalog
Discovery · LAP 1.0

Application Manifest

Discover LaunchPad identity, protocol support, URLs and declared capabilities.

GET/.well-known/leadstrium/app
AUTHENTICATION

Public

No sign-in is required for this endpoint.

STABILITY

LAP 1.0

Use the documented route and response fields rather than private storage or internal service calls.

Example request

curl -sS https://leadstrium.com/.well-known/leadstrium/app

Response handling

Successful responses are JSON unless the endpoint is explicitly a well-known protocol document. Treat non-2xx responses as actionable failures and preserve the HTTP status when surfacing errors to your users.

LaunchPad may shed excess concurrent work with HTTP 503 and Retry-After rather than allowing unbounded request pressure. Clients should use reasonable caching, backoff and bounded retries.