Forensic

Fetch the Forensic report for the domain

Retrieve Forensic for a domain

GET https://api.kdmarc.com/api/v1/domain/{domain}/forensic

Fetch the forensic report for the domain

Path Parameters

Name
Type
Description

domain

string

To fetch the details of the specific domain for e.g. example.com

Authorization

string

The HTTP Authorization request header contains the credentials to authenticate a user agent with a server, this can be generated through Dashboard within settings

{
    "data": [
        {
            "id": 4,
            "sender": null,
            "reciever": null,
            "from": "name <[email protected]>",
            "to": "[email protected]",
            "subject": null,
            "mailDate": "2020-06-28T11:53:30.000Z",
            "Domain": {
                "id": 1,
                "name": "example.com",
                "logo": null,
                "createdAt": "2019-05-07T12:17:31.000Z",
                "updatedAt": "2019-05-07T12:17:31.000Z",
                "deletedAt": null
              }
        }
    "count": 1,
    "pages": 1
}

​Retrieve detail Forensic of a domain

GET https://api.kdmarc.com/api/v1/domain/{domain}/forensic/{forensic}

Fetch a specific forensic reports (RUF) of the specified domain.

Path Parameters

Name
Type
Description

forensic

string

To fetch the forensic detail of a source

domain

string

To fetch the details of the specific domain for e.g. example.com

Authorization

string

The HTTP Authorization request header contains the credentials to authenticate a user agent with a server, this can be generated through Dashboard within settings

{
    "data": null
}

Last updated

Was this helpful?