Response statuses

API responds with status 200 by default. However, you might encounter these errors during your communication with API.

  • 400 - Bad request Invalid requests, such as using an unsupported HTTP method and/or invalid payload format.
  • 401 - Unauthorized Authentication or permission errors, such as incorrect API keys and/or user credentials.
  • 402 - Payment required Subscription related errors, such as insufficient subscription level for given resource or an exceeded object quota.
  • 403 - Forbidden Permission errors, such as insufficient user permissions.
    • 403 - Access to company denied User does not have access to requested company.
    • 403 - Insufficient user security score User has insufficient security score to access requested company resources.
  • 500 - Internal server error Server has reached an inconsistent state and could not recover.