Protocol request
This endpoint requires Protocol request. Credentials are never embedded in public examples.
Perform the LAP bootstrap handshake for supported ecosystem integrations.
/.well-known/leadstrium/bootstrapThis endpoint requires Protocol request. Credentials are never embedded in public examples.
Use the documented route and response fields rather than private storage or internal service calls.
curl -sS -X POST https://leadstrium.com/.well-known/leadstrium/bootstrap -H 'Content-Type: application/json' -d '{}'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.