List Collections
Collections
List Collections
Retrieve a list of collections
GET
List Collections
Documentation Index
Fetch the complete documentation index at: https://docs.launchmystore.io/llms.txt
Use this file to discover all available pages before exploring further.
List Collections
Returns a paginated list of collections in the store.Request
Parameters
Page number for pagination
Number of items per page (max 250)
Filter by published status:
published, unpublished, anyFilter by collection title (partial match)
Filter by exact handle
Filter collections updated after this date (ISO 8601)
Filter collections updated before this date (ISO 8601)
Response
Whether the request succeeded
Array of collection objects
Pagination information
Example Response
Error Codes
| Code | Description |
|---|---|
UNAUTHORIZED | Invalid or missing access token |
FORBIDDEN | App doesn’t have read_products scope |