Added

[Mar 30, 2026] Employee Verification

A new employee verification endpoint is now available:

  • POST /employee_verification_requests - submit a verification request
  • GET /employee_verification_requests/{id} - retrieve results

Employee verification checks whether a given individual is an active employee of the specified business, based on public and proprietary data sources.

{
  "person_name": "Juan Escrig",
  "business_name": "Osiris Ratings",
  "business_address": null,
  "alternative_names": null,
  "result": {
    "verified": true,
    "person_name": "Juan Escrig Martínez de Salinas",
    "business_name": "Baselayer (Osiris Ratings Inc.)",
    "role_title": "Product & Solutions / Solutions Engineering",
    "department": null,
    "tenure_info": "Since approximately October 2024",
    "evidence_summary": "Juan Escrig Martínez de Salinas is listed on multiple LinkedIn profiles as holding the role of 'Product & Solutions' or 'Solutions Engineering' at Baselayer. Baselayer is identified as the operating name for Osiris Ratings Inc. Additionally, Baselayer's changelog features an entry from 'Juan Escrig' regarding expanded sanctions coverage.",
    "sources": [
      {
        "url": "https://www.linkedin.com/in/juanescrigmds/en",
        "description": "Juan Escrig Martínez de Salinas's LinkedIn profile, showing his role at Baselayer.",
        "reliability": "social"
      },
      {
        "url": "https://www.bloomberg.com/profile/company/2623907D:US",
        "description": "Bloomberg profile for Osiris Ratings Inc. confirming it operates as Baselayer.",
        "reliability": "official"
      },
      {
        "url": "https://docs.baselayer.com/changelog",
        "description": "Baselayer's changelog, attributing an update to Juan Escrig.",
        "reliability": "official"
      },
      {
        "url": "https://www.zoominfo.com/p/Juan-Escrig/7109345587",
        "description": "ZoomInfo entry for Juan Escrig, listing his role at Baselayer.",
        "reliability": "third_party"
      }
    ],
    "contradictory_evidence": null
  }
}

Contact your Baselayer representative for details on coverage, inputs, and pricing.