Watchlist - DMF Search

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Request and Response Object Structures.

{
    "ssn":string,
    "firstname":string,
    "lastname":string,
    "dateofbirth":string,
    "dateofdeath":string,
    "yearofbirth":string,
    "yearofdeath":string,
    "webhook_urls": List,
}
{
    "success_message": string,
    "data": {
        "id": integer,
        "ssn": string,
        "firstname": string,
        "lastname": string,
        "result": string,
        "request_status": string,
        "created_by": string,
        "created_at": string,
        "updated_at": string,
        "webhook_urls": List,
    },
    "success": boolean
}

Sample Requests and Responses.

{
    "ssn": "XXXX4391",
    "firstname": "first_name",
    "lastname": "last_name",
    "dateofbirth": "",
    "dateofdeath": "",
    "yearofbirth": "",
    "yearofdeath": "",
    "webhook_urls": [
        "webhook_url",
        "webhook_url"
    ]
}
{
    "success_message": "Created new DMF record",
    "data": {
        "id": 7978,
        "ssn": "XXXX4391",
        "firstname": "first_name",
        "lastname": "last_name",
        "result": "",
        "request_status": "Pending",
        "created_by": "Compliancely",
        "created_at": "2026-01-02T12:11:10.949242Z",
        "updated_at": "2026-01-02T12:11:10.949256Z",
        "webhook_urls":["webhook_url", "webhook_url"]
    },
    "success": true
}
{
    "errors": [
        {
            "code": "ssn",
            "message": "This field is required"
        },
        {
            "code": "firstname",
            "message": "This field is required"
        },
        {
            "code": "lastname",
            "message": "This field is required"
        }
    ],
    "data": null,
    "success": false
}
{
    "detail": "Authentication credentials were not provided."
}
{
    "errors": [
        {
            "code": "credit_message",
            "message": [
                "Credit limit reached! For assistance, please contact the support"
            ]
        }
    ],
    "data": null,
    "success": false
}
{
    "detail": "Invalid token."
}

Body Params
string
string
string
string
string
string
string
webhook_urls
array of strings
webhook_urls
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json