Sovos Docs

Status codes

Sovos uses standard HTTP response codes to indicate request outcomes. Use these codes to troubleshoot integration issues.

Sovos Account uses these HTTP response code categories:

200 range: Success
These codes indicate your request succeeded.
400 range: Client error
These codes indicate an error in the data you sent.
500 range: Server error
These codes indicate a Sovos server or network issue.
Each API response includes the HTTP status code. Errors include additional details in the JSON response body.

{
  "error": "invalid_request",
  "error_description": "Missing required parameter: client_id"
}