Skip to main content
The PostFlow API implements rate limiting to ensure fair usage and protect against abuse. The default limit is 60 requests per minute per authenticated user. Each API response includes the following headers with information about your current rate limit status:
  • X-RateLimit-Limit - maximum number of requests allowed per minute
  • X-RateLimit-Remaining - number of requests remaining in the current window
  • X-RateLimit-Reset - Unix timestamp when the rate limit resets