← Back to catalog
sam.entity_detail
mock data$0.002 / callSAM.gov Entity Detail
Get full SAM.gov registration details for a federal contractor by UEI (Unique Entity Identifier). Returns legal name, CAGE code, addresses, NAICS/PSC codes, business certifications, entity structure, organization type, and registration dates. Source: SAM.gov (GSA).
Input schema
ueirequired
stringUnique Entity Identifier (UEI) — 12-character SAM.gov ID (e.g. KM99JJBNQ9M5 for Lockheed Martin)
Call via REST
curl -X POST https://unifyapi.pro/api/call/sam.entity_detail \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"uei":"<uei>"}'