Discussions

Ask a Question
Back to all

Fetching untracked replies requiring an `id` param

{
    "statusCode": 400,
    "error": "Bad Request",
    "message": "\"id\" must be a number",
    "validation": {
        "source": "params",
        "keys": [
            "id"
        ]
    }
}

This endpoint doesn't specify an id yet we're getting this validation error.