APIs Troubleshooting

A comprehensive resource for resolving common issues

What should I do if I receive an 'Access Denied' or 'Api key is missing' error?

Ensure your API key and Secret Key is correctly included in the request header. Check the formatting and accuracy of the API key and Secret Key.

How can I resolve '404 Not Found' errors when calling an API endpoint?

Double-check the endpoint URL and the HTTP method you are using. Errors often occur due to typos or incorrect endpoint names.

Why am I getting '400 Bad Request' responses, and how can I fix them?

This error typically occurs due to missing or incorrect parameters in your request. Ensure all required fields are present and properly formatted.

What to do when an API response seems delayed or times out?

This could be due to network issues or server-side problems. If persistent, contact the Memzo Support for assistance.

How can I handle pagination or manage large datasets with the API?

Memzo APIs uses pagination parameter as index_id in your request to effectively manage large datasets. You’ll get the index_id in API response to fetch the records of next page.

What steps should I take if I encounter unexpected data or empty responses?

Confirm the accuracy of your query data and filters. If the issue continues, it may be a server-side problem. If persistent, contact the Memzo Support for assistance.

Last updated