Alternative email name for a mailbox.
canSend | boolean Can this alias send email. |
createdAt | string <date-time>
The date the alias was created. |
string <= 255 characters The email alias. | |
emailHash | string <= 255 characters Hashed email address of the alias. |
updatedAt | string <date-time>
The date the alias was last updated. |
{- "canSend": true,
- "createdAt": "2019-08-24T14:15:22Z",
- "email": "string",
- "emailHash": "string",
- "updatedAt": "2019-08-24T14:15:22Z"
}
data (object) or links (object) (mailbox) The parent mailbox for this alias. You can use only the attribute id to filter mailAliases by mailbox (e.g. filter[mailbox][id]=X). |
{- "mailbox": {
- "data": {
- "id": 0,
- "type": "mailbox"
}
}
}
{- "data": [
- {
- "attributes": {
- "canSend": true,
- "createdAt": "2019-08-24T14:15:22Z",
- "email": "string",
- "emailHash": "string",
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "id": 0,
- "relationships": {
- "mailbox": {
- "data": {
- "id": 0,
- "type": "mailbox"
}
}
}, - "type": "string"
}
]
}
{- "data": {
- "attributes": {
- "canSend": true,
- "createdAt": "2019-08-24T14:15:22Z",
- "email": "string",
- "emailHash": "string",
- "updatedAt": "2019-08-24T14:15:22Z"
}, - "id": 0,
- "relationships": {
- "mailbox": {
- "data": {
- "id": 0,
- "type": "mailbox"
}
}
}, - "type": "string"
}
}