Complete bootstrap — get API key
Complete bootstrap — get API key
Step 3 of 3. Complete bootstrap on a verified session. Returns the account ID and a one-time API key — store it immediately, it will not be shown again. Idempotent within a short re-reveal window: calling again with the same session returns the same key. Use the API key as Authorization: Bearer lb_... for all subsequent API calls. Public endpoint — no API key required.
Request
This endpoint expects an object.
session
Verified bootstrap session ID
Response
Successful Response
account_id
Newly created or existing account ID. Use as the owner identity for all API calls.
api_key
One-time API key — store it immediately, it will NOT be shown again. Use as Authorization: Bearer lb_... on all subsequent API calls.
object
Object type identifier.
Errors
400
Bad Request Error
422
Unprocessable Entity Error
500
Internal Server Error