- Update a single forward rule by ID
Get a single forward rule by ID
Delete a single forward rule by ID
List forward rules
Create a forward rule
Update a single forward r...
All parameters are optional, only the provided fields will be updated
Security
basicAuth
- US Mailgunhttps://api.mailgun.net/v3/forwards/{id}
- EU Mailgunhttps://api.eu.mailgun.net/v3/forwards/{id}
curl -i -X PUT \
-u '<username>:<password>' \
'https://api.mailgun.net/v3/forwards/{id}?match=string&forward.url=string&forward.recipient=string&forward.store=string'Response
{ "id": "60d9431e582ecdc84b886284", "account_id": "646634cc58ea2b8fe43e0000", "domain_name": "my-domain.com", "domain_id": "642134nn58ea2b8fe43e0000", "match": "wild*card@example.com", "forward": { "urls": [ … ], "recipients": [ … ], "store": "https://my-store-url.com/store" }, "created_at": "Mon, 28 Jun 2021 03:33:50 UTC", "updated_at": "Mon, 28 Jun 2021 03:33:50 UTC" }