Classification
Fetch the classification for the specific source of a domain and configured the data for that domain.
Retrieve classification for a source in domain list
Path Parameters
Name
Type
Description
{
"data": {
"sourceId": "XXXXX",
"sourceDisplay": "Sorcename",
"classification": "valid",
"status": {
"spf": {
"result": "pass"
},
"dkim": {
"result": "pass"
}
},
"reportStatus": {
"spf": {
"result": "pass"
},
"dkim": {
"result": "pass"
}
},
}Update classification for a source in domain list
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Last updated