GET
/
lists
/
{list_id}
/
voters
{
  "voters": [
    {
      "id": "79f0934255da",
      "name": "Prakash Sukanya",
      "username": "prakash.sukanya15"
    },
    {
      "id": "e1c2af556186",
      "name": "Christopher Hüneke | ChriSEO",
      "username": "chriseo"
    }
  ],
  "nextPage": {
    "id": "{\"catalogId\":{\"s\":\"f2d429d4f0cd\"},\"column\":{\"s\":\"f2d429d4f0cd\"},\"firstClapAt\":{\"n\":\"1736715527041\"},\"userId\":{\"s\":\"fe764e984560\"}}"
  }
}

Headers

X-RapidAPI-Key
string
required

Path Parameters

list_id
string
required

A list ID is a unique identifier for a list on Medium

Query Parameters

next_page_id
string

The token of the next page to retrieve. This is used for pagination. If not provided, the first page is returned.

Example:

"{\\\"catalogId\\\":{\\\"s\\\":\\\"f2d429d4f0cd\\\"},\\\"column\\\":{\\\"s\\\":\\\"f2d429d4f0cd\\\"},\\\"firstClapAt\\\":{\\\"n\\\":\\\"1730621290504\\\"},\\\"userId\\\":{\\\"s\\\":\\\"aa64c1e3b6ce\\\"}}"

Response

200 - application/json
OK
voters
object[]
nextPage
object