v1

latestOpenAPI 3.1.12026-07-17111158225.7 KB
domain emailforwards

Retrieve an email forward

Retrieves the details of an existing email forward.

get/{account}/domains/{domain}/email_forwards/{emailforward}

Path parameters

accountinteger required

The account id

domainstring required

The domain name or id

emailforwardinteger required

The email forward id

Response

Successfully retrieved email forward.

Example response

{
  "data": {
    "id": 1,
    "domain_id": 2,
    "alias_email": "john.doe@a-domain.com",
    "destination_email": "john@example.com",
    "created_at": "2016-02-04T14:26:50Z",
    "updated_at": "2016-02-04T14:26:50Z",
    "active": true
  }
}