Errors
The API uses standard HTTP status codes to indicate the success or failure
of an API call:
- 400 (Bad Request) The server could not process the request, likely due to an invalid parameters.
- 403 (Forbidden) The 'X-Certik-Api-Key' header is invalid or missing.
- 500 (Internal Server Error) An unexpected server issue was encountered.