I keep getting the INTERNAL_ERROR response whenever i make a request to the ads endpoint and parse a parameter /accounts/:account_id/campaigns?with_draft=true however without the with_draft parameter, the results are displayed.
Array
(
[errors] => Array
(
[0] => Array
(
[code] => INTERNAL_ERROR
[message] => Internal Error
)
)
[request] => Array
(
[params] => Array
(
)
)
)
Hi @emmallob14 I am unable to repro an error to this endpoint with the with_draft parameter. I would recommend to check if you can make the same request with ‘twurl’ and if you still cannot make the request, it could be an implementation issue with whatever wrapper code or SDK you are using. If you do repro with twurl please paste the transaction-id header that is found from outputting HTTP headers with -t option.
Alright will do that, but currently using PHP curl to perform the request
As recommended, will perform the same request with twurl