Hi everyone,
I’m trying to make a POST on the “/accounts/:accounts/media_creatives” endpoint, and I’m passing in the account_id, line_item_id, and account_media_id as query params. I keep receiving a 503 error (I’m guessing that it’s timing out as the other ad API endpoints are functional), but I don’t understand how I can make the request “less” intensive as I’m only attempting to POST one object.
Any help would be appreciated!