Skip to main content
Our API uses standard HTTP response codes to indicate the success or failure of requests.

Response Code Categories

2xx - Success

Indicates that your request was successfully received, understood, and processed.

4xx - Client Errors

Indicates that the request contains invalid data or is improperly formed. These errors occur when:
  • Required parameters are missing
  • Authentication credentials are invalid
  • Resource access is unauthorized
  • A resource that is trying to be created already exists

5xx - Server Errors

Indicates issues with our servers. These errors are rare and typically temporary. Please visit status.scale.com for more information about our API status.