Skip to content

Instantly share code, notes, and snippets.

@weeping-angel
Last active August 15, 2024 18:29
Show Gist options
  • Save weeping-angel/42ae06edabb0fc32d8047356b88685ab to your computer and use it in GitHub Desktop.
Save weeping-angel/42ae06edabb0fc32d8047356b88685ab to your computer and use it in GitHub Desktop.
[User's List] Shell command to retrieve all the lists created by the user #shell #medium_api #medium_api_curl
curl --header "x-rapidapi-key: $RAPIDAPI_KEY" \
"https://medium2.p.rapidapi.com/user/5142451174a3/lists"
{
"id": "5142451174a3",
"lists": [
"ba3904884898",
"321cfd9966ec",
"b8a117567230",
"9516ed2145ae",
"24356f9a9c6e",
"e8b1c393bcff",
"95b41261bee0",
"4ecdbfd97d05"
],
"count": 8
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment