Service Mail > Auto Reply
List auto replies
Returns list of auto replies models for given service mail
get/1/mail_hostings/{mail_hosting_id}/auto_replies
Path parameters
mail_hosting_idinteger required
Query parameters
withstring
Optional : Allows loading additional data about a resource, which may include related resources.
Response
OK
Example response
{
"result": "success",
"data": [
{
"id": 123456,
"message": "Mail Content",
"valid_emails": [
{
"id": 123456
}
]
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.