Troubleshooting
General troubleshooting steps
Perform the following steps to troubleshoot an issue.
- Check that the credentials (passkey and secret) are correct.
- Look for typos in the protocol, domain, URL and path.
- Ensure that you are using the correct headers.
- Verify the access signature was created correctly:
- Access signature values should match the corresponding values used elsewhere in the request.
- Access signature values are different for each request. Make sure you are using the correct values.
- Check the table below for error specific tips.
- Contact Support for assistance.
Error specific troubleshooting tips
The errors below refer to the latest version of the HTTP Service. Refer to the reference section for previous version errors.
The following table shows common errors along with tips to help you troubleshoot.
| Response | Troubleshooting |
|---|---|
| No Response | Verify domain is correct. |
| 401 Unauthorized | Request must include Headers are present but values are invalid. Verify that all values used in creation of signature are correct. Access token must not be expired. Tokens are valid for 300 seconds after creation of timestamp. |
| 403 Forbidden | Request must include Wrong passkey or passkey not approved yet. Key / environment mismatch. EX: staging key used with production domain. |
| 404 Not Found | Path incorrect. EX: missing /psi. |
| 5XX Errors | Try again in a few minutes. If the error is not resolved, Contact Support for assistance. |
Still having trouble? Contact Support for assistance.
Updated 16 days ago