Recipient Over
This endpoint returns a high-level overview of a specific recipient, given its id.
Documentation for this endpoint can be found here.
GET /api/v2/recipient/duns/99a44eeb-23ef-e7c4-1f84-9a695b6f5d2e-R/?format=api
{
"name": "YOUTH ZONE CENTER",
"alternate_names": [],
"duns": "989994738",
"recipient_id": "99a44eeb-23ef-e7c4-1f84-9a695b6f5d2e-R",
"recipient_level": "R",
"parent_id": null,
"parent_name": null,
"parent_duns": null,
"parents": [],
"business_types": [
"minority_owned_business",
"nonprofit",
"other_minority_owned_business"
],
"location": {
"address_line1": "UNITY STREET",
"address_line2": null,
"address_line3": null,
"foreign_province": null,
"city_name": "JUBA",
"county_name": null,
"state_code": null,
"zip": null,
"zip4": null,
"foreign_postal_code": null,
"country_name": "SOUTH SUDAN",
"country_code": "SSD",
"congressional_code": null
},
"total_transaction_amount": 0,
"total_transactions": 0,
"total_face_value_loan_amount": 0,
"total_face_value_loan_transactions": 0
}