UnifyAPI
← Back to catalog

sam.entity_detail

mock data$0.002 / call

SAM.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).

Government & Legalprovider: Sam#sam#government

Input schema

ueirequired

Unique Entity Identifier (UEI) — 12-character SAM.gov ID (e.g. KM99JJBNQ9M5 for Lockheed Martin)

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.