Get user watchlists
Rate limit: 60 requests per 60 seconds. This is a shared quota — the same budget is consumed by a group of related endpoints, so calling any of them reduces what is left for the others (you cannot call each at the full rate independently). Endpoints sharing this quota:
GET /api/v1/watchlists/default-watchlists/itemsGET /api/v1/watchlists/public/{userId}GET /api/v1/watchlists/public/{userId}/{watchlistId}GET /api/v1/watchlists/{watchlistId}
Retrieves all watchlists for the authenticated user with optional pagination and built-in watchlist management.
Authorizations
API key of the application. Only valid together with the x-user-key header — the pair is an alternative to OAuth bearer authentication, never sent alongside it. The pair is granted the same permissions the operation's OAuth scopes describe.
Demo credential for trying the API from these docs: lhgfaslk21490FAScVPkdsb53F9dNkfHG4faZSG5vfjndfcfgdssdgsdHF4663
User-specific authentication key. Only valid together with the x-api-key header — the pair is an alternative to OAuth bearer authentication, never sent alongside it.
Demo credential for trying the API from these docs: eyJlYW4iOiJVbnJlZ2lzdGVyZWRBcHBsaWNhdGlvbiIsImVrIjoiOE5sZ2cwcW5EUVdROUFNWGpXT2lmOWktZnpidG5KcUlqWGJ3WHJZZkpZcldrbG90ZEhvLVBjSWhQaU8xU1ZtMW84aU1WZGZqN2xWNzFjLXFxLmcybXE1dnh4Q1hUT25xaWRUaTFlcEhmVk1fIn0_
Headers
A unique request identifier.
"3e979420-90a4-49cf-901f-de2dae9bd693"
Query Parameters
Number of items to include per watchlist for pagination
1 <= x <= 1000100
Whether to ensure built-in watchlists are included
true
Whether to include related assets in the response
false
Response
Successfully retrieved user watchlists
Response containing multiple watchlists with metadata