Orghunter
Connector for the orghunter API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
http://data.orghunter.com - Auth:
query:user_key(pass your key via theapiKeyinput)
Operations
get_categories— POST /v1/categories — Get categories!post_v1_charitybasic— POST /v1/charitybasic — Get details!post_v1_charityfinancial— POST /v1/charityfinancial — Get details!post_v1_charitygeolocation— POST /v1/charitygeolocation — Get details!post_v1_charitypremium— POST /v1/charitypremium — Get details!get_summary— POST /v1/charitysearch — Get summary data!
Inputs
apiKey— your orghunter API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_categories
apiKey: <your key>