# VALIDATE REQUEST

Validate the request fields.

Endpoint: GET /api/v1/requests/{id}/validate
Version: v1

## Path parameters:

  - `id` (string, required)
    The unique identifier of the Request

## Response 404 fields (application/json):

  - `code` (string)
    The response status code

  - `id` (string)
    The response status id

  - `error` (string)
    The response status message

## Response 412 fields (application/json):

  - `code` (string)
    The response status code

  - `id` (string)
    The response status id

  - `error` (string)
    The response status message


