---
title: "List verification requests"
method: GET
path: "/v1/verification_requests"
tags: ["verificationRequests"]
---

# List verification requests

`GET /v1/verification_requests`

Returns a paginated list of all verification requests for the authenticated grantmaker.

## Query parameters

- `ein` string
- `page_limit` integer
- `page_token` string

## Response `200`

The response for VerificationRequests.list

- object
  - `results` VerificationRequest[]
    - `id` string, required — Unique identifier for the verification request
    - `ein` string, required — The EIN of the organization being verified
    - `organization_name` string, required — The name of the organization as provided by the grantmaker
    - `organization_id` string, required — The ID of the Organization record for the nonprofit being verified.
    - `status` 'needs_review' | 'verified' | 'failed', required — The status of the verification request. Possible values include: - `needs_review`: The request has been submitted and is awaiting review by Chariot's compliance team - `verified`: The organization has been verified as tax-exempt and eligible for disbursements - `failed`: Chariot's compliance team determined the organization is not eligible
    - `website` string — The organization's website URL
    - `recommended_mailing_address` VerificationRequestAddress — A mailing address for the organization being verified.
      - `line1` string, required — Street address line 1
      - `line2` string — Street address line 2 (suite, unit, etc.)
      - `city` string, required — City
      - `state` string, required — Two-letter US state code (e.g. "CA", "NY")
      - `zip_code` string, required — ZIP or postal code
    - `verified_at` string, date-time — When the organization was verified as tax-exempt and eligible for disbursements
    - `failed_at` string, date-time — When the verification request was rejected
    - `created_at` string, date-time — When the verification request was created
    - `updated_at` string, date-time — When the verification request was last updated
  - `next_page_token` string — A cursor token to use to retrieve the next page of results by making another API call to the same endpoint with the same parameters (only changing the page_token). If specified, then more results exist on the server that were not returned, otherwise no more results exist on the server.

## Other responses

- `400` — The request is invalid or contains invalid parameters
- `401` — Unauthorized. The request is missing the security (OAuth2 Bearer token) requirements and the server is unable to verify the identify of the caller.
- `403` — Access denied
- `500` — Internal Server Error

---

[API](https://skmtc.net/chariot-giving/apis/chariot-api-2.md) · [All operations](https://skmtc.net/chariot-giving/apis/chariot-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chariot-giving/chariot-api-2/versions/e4832eb59396/schema)
