List catalog listings Run in API Explorer
Ask AI
Retrieve a list of catalog listings belonging to the authenticated organization.
GET
/v1/catalog/listings
curl \
--request GET 'https://api.pattern.com/hub/v1/catalog/listings' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"id": 42,
"listing_mp_primary_id": "string",
"listing_name": "string",
"marketplace_name": "string",
"listing_mp_seller_account_id": "string",
"item_id": 42
}
]
Response examples (404)
{
"error": "string"
}