Get single public watchlist
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/watchlistsGET /api/v1/watchlists/default-watchlists/itemsGET /api/v1/watchlists/public/{userId}GET /api/v1/watchlists/{watchlistId}
Retrieves a specific public watchlist from a user.
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.
"c3dd407d-8b8f-4bd5-b60b-e849bb93b250"
Path Parameters
User ID who owns the watchlist
Unique identifier of the watchlist
Query Parameters
Page number for pagination
Number of items per page
Response
Successfully retrieved public watchlist
Represents a watchlist with its metadata and items
Unique identifier of the watchlist
"12345"
Display name of the watchlist
"Tech Watchlist"
Global Customer ID of the watchlist owner
12345
Type of the watchlist
Static, Dynamic, RecentlyInvested, Default "Static"
Total number of items in the watchlist
100
Whether this is a default system watchlist
true
Whether this is the user's selected default watchlist
true
Display order rank of the watchlist
1
URL for dynamic watchlist queries
Items contained in the watchlist
Related asset IDs