Child Recipients
This endpoint returns a list of child recipients belonging to the given parent recipient DUNS.
Documentation for this endpoint can be found here.
GET /api/v2/recipient/children/006928857/?format=api
[
{
"recipient_id": "ec68646a-0b11-c8f6-1b38-6711ec5b323e-C",
"name": "BOOZ ALLEN HAMILTON INC.",
"duns": "096413174",
"amount": 0,
"state_province": "CA"
},
{
"recipient_id": "84e53682-2ecc-2e3e-03d8-477c1f15ce85-C",
"name": "BOOZ ALLEN HAMILTON INCORPORATED",
"duns": "171831647",
"amount": 0,
"state_province": "VA"
}
]