cURL
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 }
API token from https://platform.acedata.cloud
Specifies the format of the response from the server.
application/json
application/x-ndjson
Cursor for page turning.
Post id of the tweet.
"1894625520991547884"
OK, the request was successful.
Return comment result information.
id for comment information page turning.
Чи була ця сторінка корисною?