Invalid input

Resolve request validation errors.

An invalid input error indicates that your request contains invalid parameters or values that failed validation. This error requires you to correct the request before retrying.

Response

Here is an example of the response returned for this error:

{  "title": "Invalid input",  "type": "https://croct.help/api/data-export/invalid-input",  "status": 400,  "detail": "3 errors occurred",  "instance": "/user",  "violations": [    "start must be an unix timestamp",    "end must be an unix timestamp",    "pageSize must be a `number` type."  ]}