Skip to main content
GET
/
api
/
v1
/
watchlists
List Watchlists
curl --request GET \
  --url https://nordicfinancialnews.com/api/v1/watchlists \
  --header 'Authorization: Bearer <token>'
{
  "watchlists": [
    {
      "id": "a1b2c3d4e5f6",
      "name": "Tech Stocks",
      "position": 0,
      "company_count": 12,
      "created_at": "2025-01-15T10:30:00Z",
      "updated_at": "2025-03-01T14:00:00Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

API Key authentication using Bearer token

Response

Watchlists retrieved successfully

watchlists
object[]
required
Last modified on April 20, 2026