← Back to catalog
lei.relationships
mock data$0.001 / callLEI Parent Company
Find the direct parent company of a legal entity by LEI code — returns parent LEI, relationship type, and status. Useful for corporate ownership chain analysis (GLEIF)
Input schema
leirequired
stringLEI code to find parent company relationship for
Call via REST
curl -X POST https://unifyapi.pro/api/call/lei.relationships \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"lei":"<lei>"}'