# Parse Route List

Retrieve a list of all parseroute instances and their configuration settings.

Endpoint: GET /v3/REST/parseroute
Version: 1.0.0
Security: basicAuth

## Response 200 fields (application/json):

  - `Count` (integer)
    Indicates the number of objects in the Data array.

  - `Data` (array)
    A JSON array containing a list of objects returned by this endpoint.

  - `Data.APIKeyID` (integer)
    Unique numeric API Key ID to whom this object belongs.

  - `Data.Email` (string)
    The email address you need to use. Emails sent to this address will be parsed and the information passed on to the webhook URL in JSON format. If no email address is specified in the POST payload, Mailjet will create a custom one.

  - `Data.ID` (integer)
    Unique numeric ID for this parseroute object.

  - `Data.Url` (string)
    The webhook URL, where you want to receive the parsed email information.

  - `Total` (integer)
    Indicates the number of objects in the Data array.


## Response 400 fields

## Response 401 fields

## Response 403 fields

## Response 404 fields

## Response 429 fields

## Response 500 fields
