← API catalog
Discovery · LAP 1.0

Bootstrap Endpoint

Perform the LAP bootstrap handshake for supported ecosystem integrations.

POST/.well-known/leadstrium/bootstrap
AUTHENTICATION

Protocol request

This endpoint requires Protocol request. Credentials are never embedded in public examples.

STABILITY

LAP 1.0

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

Example request

curl -sS -X POST https://leadstrium.com/.well-known/leadstrium/bootstrap -H 'Content-Type: application/json' -d '{}'

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.