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.
{
"error": "invalid_request",
"error_description": "Missing required parameter: client_id"
}
Read more on the authorization code exchange and product integration process and check these authorization request examples.
