Hi,
I’m trying to access to real time api(tailored_audience_memberships) and create members but the error I get is “TOO_MANY_REQUESTS”(429 code).
But the headers I get from the response are:
< x-rate-limit-limit: 0
< x-rate-limit-remaining: 0
< x-rate-limit-reset: 1506009884
the limit is always 0 even if I wait until the reset plus I’m just making few calls not much.
Do I need a special permissions?
thanks a lot!
Gianpiero