Saltar al contenido principal
POST
/
x
/
retweets
Find retweets of a tweet.
curl --request POST \
  --url https://api.acedata.cloud/x/retweets \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "cursor": "<string>",
  "post_id": "1894625520991547884"
}
'
{
  "result": 904,
  "next_cursor": 602
}

Autorizaciones

Authorization
string
header
requerido

Encabezados

accept
enum<string>

Specifies the format of the response from the server.

Opciones disponibles:
application/json,
application/x-ndjson

Cuerpo

application/json
cursor
string

Cursor for page turning.

post_id
string

Post id of the tweet.

Ejemplo:

"1894625520991547884"

Respuesta

OK, the request was successful.

result
object

Return comment result information.

next_cursor
string

id for comment information page turning.