API issues

While integrating the API with your applications, you might face the following issues.

Authentication and authorization:

If the API requires authentication or authorization, and the proper credentials are not provided, the API calls will fail. To troubleshoot this, ensure that the correct credentials are being used and that they are being passed in the correct format.

Incorrect API endpoint

If the API endpoint (URL) is not correct, the API calls will fail. To troubleshoot this, ensure that the correct endpoint is being used.

Incorrect parameters

If the API call is being made with incorrect or missing parameters, it will fail. To troubleshoot this, ensure that the correct parameters are being passed and that they are in the correct format.

Rate limiting

Some APIs have rate limits, which restrict the number of calls that can be made within a certain time period. If the rate limit is exceeded, the API calls will fail. To troubleshoot this, check DeepLobe’s pricing details for the rate limit, and make sure that the code is not making more calls than allowed.
Network issues: Sometimes, there can be issues with the network connection or the server hosting the API. These issues can cause the API calls to fail or slow down. To troubleshoot this, check if your internet connection is working and if you are able to access the API endpoint in a browser.


Was this article helpful?
© 2024 DeepLobe Help Documentation