Admin API Rate Limiting

SiteSpect limits requests to 5000 per hour and 5 simultaneous requests at any given time for each API token. These limits can be lifted for Enterprise customers.

You can check the returned HTTP headers of any API request to see your current status.

Example request:

$ curl \

-H "X-API-TOKEN: brtaP8wzrJwJqbAQVnLsftcYA" \

"https://admin1.sitespect.com/api/site/1/campaigns""

#HTTP/1.1 200 OK

#Status: 200 OK

#X-RateLimit-Limit: 5000

#X-RateLimit-Remaining: 4800