Troubleshooting
Error Codes
| HTTP Error Code | Troubleshooting |
|---|---|
| 400 Bad Request (When submitting) | Missing or incorrect required parameter Missing header Content-Type: application/json Use of an Accept header that precludes a JSON response. Incorrectly constructed email authentication token |
| 401 Unauthorized | Missing, or invalid credentials for client Ensure credentials used to make the request are correct. |
| 403 Forbidden | API key missing from request or not enabled |
| 404 Not Found | Ensure path includes exactly /customer-transactions/, all lowercase |
| 405 Method Not Allowed | Incorrect HTTP method. Use GET to request transactions, and POST/Patch to submit |
If you need further assistance, please contact Bazaarvoice support.
Updated over 1 year ago
