Get User Subscriptions

Fetch the subscriptions for a specific twitter user.

POST https://api.noauth.cc/twitter/get-subscriptions

This request will fetch the subscriptions for a twitter user.

You are allowed to use your own auth. That allows for a higher rate limit. You can find

an example on how to add them, here.

Headers

NameTypeDescription

x-api-key*

String

NoAuth API Key

Request Body

NameTypeDescription

user_id*

Integer

Example: 492592

cursor

String

??????????

{
  "status": "success",
  "message": "Twitter response.."
}

Last updated