API ReferenceDomainsGet Domain

    Get Domain

    Retrieve the full details and current configuration status of a specific domain.
    GEThttps://wapi.simplysend.email/web-setup/domains/{domainId}

    Parameters

    domainIdRequired
    string
    The unique ID of the domain.
    RequestGET
    curl -X GET https://wapi.simplysend.email/web-setup/domains/{domainId} \
      -H "X-Api-Key: your_api_key" \
      -H "X-Id: your_account_id"
    Response
    {
      "success": true,
      "data": {
        "createdAt": "2026-01-18T22:50:41.476Z",
        "dkimEnabled": true,
        "dmarcConfigured": true,
        "domain": "acme.com",
        "domainId": "domain_1772524123546_gjpeatwm59q",
        "groupId": "dgroup_1772173331412_3jve68mb68p",
        "mxConfigured": true,
        "spfConfigured": true,
        "status": "SUCCESS",
        "updatedAt": "2026-02-28T02:53:57.803Z",
        "useCase": "tx",
        "useCaseLabel": "Transactional"
      }
    }