Skip to main content
Rate limiting is currently in development and will be available soon.
The API implements rate limiting to ensure fair usage and protect against abuse. For specific rate limits, see the Management API and Verification API overview pages. API responses include the X-RateLimit-Limit, X-RateLimit-Remaining, and X-RateLimit-Reset headers to provide information about the rate limit.

Response headers

X-RateLimit-Limit
integer
The maximum number of requests allowed per minute.
X-RateLimit-Remaining
integer
The number of requests remaining in the current rate limit window.
X-RateLimit-Reset
integer
Unix timestamp indicating when the rate limit window resets.