Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the tweet to get replies for.
Examples:
"1803006263529541838"
Maximum number of replies to return.
Required range:
1 <= x <= 5000
Examples:
50
Query Parameters
Sort by Relevancy or Latest or Likes
Available options:
Relevance
, Recency
, Likes
Examples:
"Relevance"
"Recency"
"Likes"