Debug Requests

Errors should never occur when querying, but check the Data Logs if they do. These are like your receipts on each query, showing you what went wrong and how to troubleshoot it.

Status Codes

  • 200: OK - The request went through successfully. If there's no data returned, it means the request was successful, but no data fits your input.

  • 400: Bad Request - This often occurs when the input parameters are filled incorrectly. Please recheck the hints and placeholder text before editing the input parameters.

  • 401: Unauthorised - This occurs when there's an issue with the API Key. Please add a new key and try again for endpoints that rely on the user authorizing. If the authorization is done by Databar, please contact us at info@databar.ai and we can help fix this.

  • 404: Not Found - Report this to us at info@databar.ai as this is an issue on our end.

Last updated