Hi. I need to grab info about spent from snapchat campaigns for 3 months, and to do so I use their api and following endpoint:
GET https://adsapi.snapchat.com/v1/campaigns/{campaign-id}/stats
After 2 minutes I got an error too many requests. Regarding their documentation there isn`t any limits cause in headers value x-rate-limit-reset is always 0
Could anybody tell me which is limit for specific time for those endpoint?