---
title: "Get organization details"
method: GET
path: "/organization/{verificationId}"
tags: ["verification"]
---

# Get organization details

`GET /organization/{verificationId}`

Get detailed information about the organization submitted for a verification. Requires an API token.

## Path parameters

- `verificationId` string, required

## Response `200`

Detailed information about the organization

- OrganizationDetails — Detailed organization information for a given verification. Must have a valid API token to view.
  - `id` integer, required — The unique identifier for the organization.
  - `name` string, required — The name of the organization.
  - `type` 'UNIVERSITY' | 'POST_SECONDARY' | 'MEMBERSHIP' | 'MILITARY' | 'FIRST_RESPONDER' | 'MEDICAL' | 'NON_PROFIT' | 'CORPORATE' | 'K12' | 'AGE_ID' | 'HIGH_SCHOOL' | 'NONE', required
  - `street` string, required — The street of the organization.
  - `city` string, required — The city of the organization.
  - `state` string, required — The two character state code of the organization.
  - `zip` string, required — The zip code of the organization.
  - `country` string, required — The two character country code of the organization.

## Other responses

- `204` — Verification is NEW and/or there is no organization associated with the verification
- `401` — Unauthorized
- `404` — Verification not found
- `429` — Too many requests. A `429` can mean one of two things — inspect the response body's `errorIds` before retrying: - A transient rate limit applied at the platform edge. If a `Retry-After` header is present, wait that many seconds (using exponential backoff) and retry. - A program/consumer limit such as `verificationLimitExceeded`, `reverificationDailyLimitExceeded`, or `docReviewLimitExceeded` — the consumer has exhausted an allowance defined by the program's limiting policy. This is a permanent rejection (`currentStep: error`, no `Retry-After`); do not retry.
- `500` — Internal server error.
- `503` — Service temporarily unavailable. The request can be safely retried after the interval given in the `Retry-After` header.

---

[API](https://skmtc.dev/sheerid/apis/sheerid-api.md) · [All operations](https://skmtc.dev/sheerid/apis/sheerid-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sheerid/sheerid-api/revisions/dc7f4e84f543/schema)
