Errors

The Verdata API uses standard HTTP response codes to communicate the outcome of each API request:

  • 2xx: Success - Your request was processed successfully.

  • 4xx: Client Error - The request failed due to issues with the information provided (e.g., missing parameters or invalid data).

  • 5xx: Server Error - An error occurred on Verdata’s servers.

We recommend implementing robust error handling in your code to gracefully manage all possible issues, including:

  • Missing or invalid parameters

  • Authentication failures

  • Network connectivity problems

By doing so, you can ensure a more reliable and user-friendly integration with the Verdata API.

Last updated