List listings

List all listings for the authenticated account. Filter by status. Cursor-paginated. Each listing includes readiness — check readiness.sellable to see if it can accept orders.

Authentication

AuthorizationBearer

API key (lb_ prefix). Pass as: Authorization: Bearer lb_...

Query parameters

statusenum or nullOptional
Filter by listing status.
Allowed values:
cursorstring or nullOptional
Pagination cursor from a previous response.
limitintegerOptional1-100Defaults to 20
Maximum number of listings to return.

Response

Successful Response
datalist of objects
Array of listing objects.
object"list"

Object type identifier. Always list.

total_countintegerDefaults to 0
Total number of matching resources across all pages
cursorstring or null

Pass as cursor query param to fetch the next page

has_morebooleanDefaults to false
True if more results exist beyond this page

Errors

401
Unauthorized Error
422
Unprocessable Entity Error