Skip to main content

Response Code Reference

All successful requests are returned with a 200 response code.
Returned when an invalid or expired API token is provided.Common causes:
  • Missing Authorization header
  • Malformed Bearer token
  • Token has expired
Returned when the request cannot be fulfilled due to account restrictions.Common causes:
  • Subscription is invalid or has lapsed
  • API credit quota has been exhausted
Returned when the rate limit has been exceeded. Slow down your request frequency and retry after a short delay.

Quick Reference