| Code | Description |
|---|---|
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not Found |
| 500 | Server crashed for some reason |
{
"domains": [
{
"id": 2593,
"user_id": 1,
"address": "123.com",
"slug": "123-com",
"rua_report": true,
"ruf_report": true,
"mta_sts_report": null,
"dmarc_status": "dmarc_record_published",
"mta_sts_status": "mta_sts_inactive",
"parked_domain": false,
"created_at": "2023-03-31T11:49:04.099Z",
"updated_at": "2023-04-06T16:00:41.258Z",
"tags": [
{
"id": 1,
"name": "Production",
"color": "#3B82F6"
}
]
},
{
"id": 2503,
"user_id": 1,
"address": "sampledomain.com",
"slug": "sampledomain-com",
"rua_report": true,
"ruf_report": true,
"mta_sts_report": false,
"dmarc_status": "dmarc_inactive",
"mta_sts_status": "mta_sts_inactive",
"parked_domain": true,
"created_at": "2022-04-15T11:05:05.212Z",
"updated_at": "2023-04-06T16:00:26.839Z",
"tags": []
},
{
"id": 2596,
"user_id": 1,
"address": "dmarcreport.com",
"slug": "dmarcreport-com",
"rua_report": true,
"ruf_report": true,
"mta_sts_report": true,
"dmarc_status": "dmarc_record_published",
"mta_sts_status": "mta_sts_active",
"parked_domain": false,
"created_at": "2022-04-15T11:05:05.212Z",
"updated_at": "2023-04-06T16:00:26.839Z",
"tags": [
{
"id": 2,
"name": "Client-A",
"color": "#10B981"
},
{
"id": 3,
"name": "Enterprise",
"color": "#F59E0B"
}
]
}
]
}
| Code | Description |
|---|---|
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not Found |
| 500 | Server crashed for some reason |
{
"id": 16,
"user_id": 1,
"address": "abc.com",
"slug": "abc-com",
"rua_report": true,
"ruf_report": true,
"mta_sts_report": true,
"dmarc_status": "dmarc_active",
"mta_sts_status": "mta_sts_active",
"parked_domain": false,
"created_at": "2020-04-21T23:33:47.526Z",
"updated_at": "2023-04-06T16:00:24.086Z",
"tags": [
{
"id": 1,
"name": "Production",
"color": "#3B82F6"
},
{
"id": 2,
"name": "Client-A",
"color": "#10B981"
}
]
}
| Code | Description |
|---|---|
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not Found |
| 500 | Server crashed for some reason |
| Param name | Description |
|---|---|
|
account_id optional |
ID of account where you want to add domain Validations:
|
|
domain required |
Validations:
|
|
domain[address] required |
Address of your domain Validations:
|
|
domain[rua_report] required |
Receives RUA Report against your domain Validations:
|
|
domain[ruf_report] required |
Receives RUF Report against your domain Validations:
|
|
domain[mta_sts_report] optional |
Receives MTA-STS Report against your domain Validations:
|
|
domain[tag_ids] optional |
Array of tag IDs to attach to the domain Validations:
|
|
domain[tag_names] optional |
Array of tag names to attach to the domain (must exist) Validations:
|