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
idstring

Unique store ID (st_ prefixed).

display_namestring
Store display name shown to buyers.
slugstring

URL-safe store slug used in checkout URLs.

urlstring
Public store URL.
readinessobject

Store readiness. Check actions for what’s needed before you can sell.

object"store"

Object type identifier. Always store.

biostring or null
Store bio shown on product pages.
has_avatarbooleanDefaults to false
True if an avatar image has been uploaded.
api_keystring or null
Raw API key, shown once at creation. Use as Bearer token.