Skip to main content
GET
Get missing org report status

Response

id
string
required

Missing org report UUID

Example:

"550e8400-e29b-41d4-a716-446655440000"

ein
string
required

EIN of the reported organization, normalized to 9 digits

Example:

"123456789"

organizationName
string
required

Name of the reported organization

Example:

"Example Nonprofit"

status
enum<string>
required

Current status of the report

Available options:
submitted,
approved,
rejected
Example:

"submitted"

resolvedOrgId
string

Resolved org UUID, present only when the report is approved

Example:

"550e8400-e29b-41d4-a716-446655440001"

rejectionReason
string

Free-text rejection reason, present only when the report is rejected

Example:

"Organization is not eligible for onboarding"