$ twurl -H "https://ads-api.twitter.com" "/2/accounts/18ce54iditw/scheduled_tweets/914756833742487552" | jq "."
{
"request": {
"params": {
"scheduled_tweet_id": 914756833742487600
}
},
"data": {
"completed_at": null,
"id_str": "914756833742487552",
"text": "test tweet PROMOTED BBBB",
"user_id": "870127656477483008",
"scheduled_status": "SCHEDULED",
"id": 914756833742487600,
"media_ids": [],
"nullcast": true,
"created_at": "2017-10-02T07:39:59Z",
"scheduled_at": "2018-07-06T22:07:00Z",
"card_uri": null,
"updated_at": "2017-10-02T07:39:59Z",
"tweet_id": null,
"media_keys": []
}
}
$ twurl -H "https://ads-api.twitter.com" "/2/accounts/18ce54iditw/tweets/preview/914756833742487552" | jq "."
{
"errors": [
{
"code": "ROUTE_NOT_FOUND",
"message": "The requested resource could not be found"
}
],
"request": {
"params": {}
}
}```