The API is available to the Team subscription plan and up. Our documentation covers all subscription plans so if you try to use a feature that is not available to your plan, you will receive an HTTP 403 Forbidden error response. Make sure you test that an endpoint works the way you expect before you launch your application.

If you use a feature in the API that's not available to your tier, you will get a response like this:

{
  "code" 403,
  "message": "Forbidden",
  "error": "The error message will let you know if a feature is unavailable to you"
}