action orghunter_post_v1_charitypremium { label: "Get details!" description: "

This operation detail data.

" provider: orghunter method: POST path: "/v1/charitypremium" encoding: json input: { type: "object" properties: { ein: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }