Post

Replies

Boosts

Views

Activity

Reply to Calling the Apple Search Ads API
Hello. I was dealing with almost the same problem today, getting 415 response code. The problem was with sending the data as data parameter. The request needs it in the json parameter instead. So like this: requests.post(url=url, json=data, headers=headers)
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’23