Hey @imit8me, thanks for responding. An example of the GET request is as follows:
https://ads-api.twitter.com/3/accounts/en2xr2/promoted_tweets?count=100&sort_by=updated_at-desc
The JSON response is the following:
{
'errors': [{
'message': 'The JSON string format is invalid',
'code': 'INVALID'
}],
'operation_errors': [],
'request': []
}
I’d also note that querying for campaigns and line items does not return this error. However, querying for promoted tweets and targeting criteria does return the error.