Create a New Organization
Creates a new Organization and attaches it to the requesting partner’s family. This endpoint is restricted to an authorized partner integration — all other callers receive a 403.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Organization to create
Request body for creating an organization.
The name of the organization
"Help the Hungry"
A description of the organization
"A nonprofit dedicated to eliminating food insecurity in our community."
The number of people in the organization
x >= 0250
The primary contact email for the organization
"admin@helpthehungry.org"
The organization type. Possible values: NPO — Non-profit organization; BIZ — Business; FCO — Faith-based organization; GOV — Governmental; EDU — Educational institution.
NPO, BIZ, FCO, GOV, EDU "NPO"
The address of the organization in Google Maps API format. All address fields are required when creating an organization.
The mission statement for the organization
"To end hunger one meal at a time."
The website URL for the organization
"https://helpthehungry.org"
The primary phone number for the organization
"5551234567"
Response
Returns the newly created organization record, including its generated slug and all default field values. The organization is automatically linked as a child of your partner organization. Note: on success this endpoint returns 200 OK, not 201 Created.
A VOMO Organization