Get Store
Get the current store's brand info and readiness. Store is determined by your API key.
Authentication
AuthorizationBearer
API key (lb_ prefix). Pass as: Authorization: Bearer lb_...
Response
Successful Response
id
Unique store ID (st_ prefixed).
display_name
Store display name shown to buyers.
slug
URL-safe store slug used in checkout URLs.
url
Public store URL.
readiness
Store readiness. Check actions for what’s needed before you can sell.
object
Object type identifier. Always store.
bio
Store bio shown on product pages.
has_avatar
True if an avatar image has been uploaded.
api_key
Raw API key, shown once at creation. Use as Bearer token.