Response Codes
The following table represents the application response codes returned in the response object. The table on the right is a comprehensive list of the applicable HTTP Status Codes the API may return.
Response Code | Name | Description |
100 | RESPONSE_CODE_SUCCESS | Successful API Request. |
101 | RESPONSE_CODE_INVALID_KEY | Key format is not valid or key not found. |
102 | RESPONSE_CODE_INVALID_STATE | The provided State is not in a valid format parsable by the API. |
103 | RESPONSE_CODE_INVALID_CITY | The provided City is not in a valid format parsable by the API. |
104 | RESPONSE_CODE_INVALID_POSTAL_CODE | The provided Postal Code is not in a valid format parsable by the API. |
105 | RESPONSE_CODE_INVALID_FORMAT | Query string format is not valid. |
106 | RESPONSE_CODE_API_ERROR | Unknown API error. |
107 | RESPONSE_CODE_FEATURE_NOT_ENABLED | Requested feature or version not enabled. |
108 | RESPONSE_CODE_REQUEST_LIMIT_MET | API request limit met. |
109 | RESPONSE_CODE_ADDRESS_INCOMPLETE | The provided address is missing, incomplete, or not a valid address. |
110 | RESPONSE_CODE_NO_RESULT | Query parameters valid but no result found. |
111 | RESPONSE_CODE_INVALID_HISTORICAL | The provided historical parameter is not in a valid format. |
112 | RESPONSE_CODE_INTERNATIONAL_NOT_ENABLED | International rates not enabled for this key. |
113 | RESPONSE_CODE_PRODUCT_RULES_NOT_ENABLED | Product rate rules not enabled for key. |
What made this section unhelpful for you?
Status Codes
200
OK
Everything worked as expected.
400
Bad request
403
Forbidden
405
Method Not Allowed
422
Unprocessable Entity
429
Too Many Requests
500
Internal Server Error