< Index

Your request parameters didn’t validate

One or more of the parameters included in the request failed one or more validation checks. The reasons field will contain more specific help to what parameter failed and why.

More information about validation rules can be found in the endpoint specific documentation.

Example

{
    "type": "/v1/problems/invalid-request",
    "title": "Your request parameters didn't validate.",
    "status": 400,
    "detail": "See the reasons field for more details.",
    "reasons": [
        {
            "name": "id",
            "reason": "is required"
        }
    ]
}