### API Response

```
{
	"Count": 1,
	"Data": [
		{
			"APIKeyID": "11111111",
			"Email": "mjparse@mydomain.com",
			"ID": "2",
			"Url": "https://www.mydomain.com/mj_parse.php"
		}
	],
	"Total": 1
}
```

To receive emails on your own domain name, set this domain in your parseroute instance. Then, add an MX entry on the domain or subdomain DNS to `parse.mailjet.com`. (final dot is important) and specify your email address based on your domain in the `Email` attribute.

Info
Your domain name needs to be a verified domain. Use the Account setting page or follow the Senders and Domains guide to verify your domain.

A less intrusive alternative is to setup a mail forwarding between your current mailbox to the `Parse` API send-to email automatically provided by Mailjet

To use a custom domain name and email address with the Parse API, update your instance via a `PUT request with the email you wish to use.