I'm trying to call the Search Ads API via cURL and I'm getting http 503 error code.
curl --cert {FILE}.p12 --pass {PASS} "https://api.searchads.apple.com/v1/acls"
Is the service working? Did someone try?
I'm trying to call the Search Ads API via cURL and I'm getting http 503 error code.
curl --cert {FILE}.p12 --pass {PASS} "https://api.searchads.apple.com/v1/acls"
Is the service working? Did someone try?
Same here. Did you find a solution?
No. I guess the API is offline...
2PM (UTC/GMT -3 hours) - Rio de Janeiro - Brazil
They updated the documentation, and edited the endpoint. This should work now:
curl --cert {FILE}.p12 --pass {PASS} "https://api.searchads.apple.com/api/v1/acls"
@konix, thank you!
Thanks!