v1
latestSwagger 2.02026-08-041113661.2 MBSEDomain
Get domain
get/v1beta/spam-expert/domains/{domain_name}
Path parameters
domain_namestring required
Domain full name
Query parameters
with_recordsboolean
Indicates, whether records should be displayed in output.
bundleboolean
Indicates if old subscriptions backward compatibility is used.
Response
A successful response.
Example response
{
"code": 0,
"data": {
"bundle": false,
"domain_name": "example-filter.nl",
"expiration_date": "2018-08-21 09:03:38",
"id": 0,
"is_active": false,
"order_id": 0,
"products": {
"archiving": false,
"incoming": false,
"outgoing": false
},
"records": {
"aliases": [
"alias.example.com"
],
"destinations": [
{
"hostname": "dest.example.com",
"port": 25
}
],
"outgoing_user_ips": [
"123.123.123.123"
]
},
"reseller_id": 0,
"smtp_password": "567example912",
"user_email": "admin@example-filter.nl",
"user_password": "123example567",
"with_outgoing_filter": false
},
"desc": ""
}