This endpoint returns a list of child recipients belonging to the given parent recipient DUNS or UEI.

Documentation for this endpoint can be found here.

GET /api/v2/recipient/children/006928857/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Trace: no-cache
Content-Type: application/json
Vary: Accept

[
    {
        "recipient_id": "93fb1b1c-53e8-fc01-bcb6-b6a7af1273b1-C",
        "name": "BOOZ ALLEN HAMILTON ENGINEERING SERVICES, LLC",
        "duns": "075916762",
        "uei": "LMKDJA7B7NV6",
        "amount": 0,
        "state_province": "MD"
    },
    {
        "recipient_id": "ffa432a7-2edc-17c4-2483-599df04a521e-C",
        "name": "BOOZ ALLEN HAMILTON INC.",
        "duns": "096413174",
        "uei": "MHFDCEH5SJU8",
        "amount": 0,
        "state_province": "CA"
    },
    {
        "recipient_id": "d3b9196d-cfc4-b3db-17ab-82e3d47c476f-C",
        "name": "BOOZ ALLEN HAMILTON INCORPORATED",
        "duns": "171831647",
        "uei": "VP29HDT8DFB6",
        "amount": 0,
        "state_province": "VA"
    }
]