nonprofitContacts
Create Nonprofit Contacts
Submit contact information for one or more nonprofits. Uploaded contacts are used as suggestions for who to notify about disbursements.
post/v1/nonprofit_contacts
Request body
Example request
{
"entries": [
{
"ein": "13-1635294",
"email": "claims@redcross.org",
"phone": "2025551212",
"first_name": "Sarah",
"last_name": "Johnson"
},
{
"ein": "530196605",
"email": "ap@worldwildlife.org"
}
]
}Response
All suggestions were accepted.