# Parse

Parse resources of the Mailjet Email API.

## Parse Route List

 - [GET /v3/REST/parseroute](https://dev.mailjet.com/openapi/openapi-mailjet/parse/get_v3_parseroute.md): Retrieve a list of all parseroute instances and their configuration settings.

## Create Parse Route

 - [POST /v3/REST/parseroute](https://dev.mailjet.com/openapi/openapi-mailjet/parse/post_v3_parseroute.md): Create a new parseroute instance. Provide the webhook URL you want to use. The Mailjet Parse API will then createa parse email adedress in the response. Alternatively, you can select a parse email yourself. Emails received to this address will be parsed and the information sent to the webhook URL you have provided in a JSON format.

> Note: The URL provided cannot be a root URL.

## Parse Route by ID

 - [GET /v3/REST/parseroute/{parseroute_ID}](https://dev.mailjet.com/openapi/openapi-mailjet/parse/get_v3_parseroute_id.md): Get the configuration details for a specific parseroute resource. To obtain a valid parseroute_ID, first call GET /v3/REST/parseroute to list your parseroutes.

## Update Parse Route

 - [PUT /v3/REST/parseroute/{parseroute_ID}](https://dev.mailjet.com/openapi/openapi-mailjet/parse/put_v3_parseroute_id.md): Update the settings of an existing parseroute instance - the webhook URL and/or email address. To obtain a valid parseroute_ID, first call GET /v3/REST/parseroute to list your parseroutes.

## Delete Parse Route

 - [DELETE /v3/REST/parseroute/{parseroute_ID}](https://dev.mailjet.com/openapi/openapi-mailjet/parse/delete_v3_parseroute_id.md): Delete an existing parseroute instance.

