# Pruva ## Docs - [Errors](https://docs.pruva.com/api-reference/errors.md): Status codes, the error shape, and what each one means. - [Get a verification](https://docs.pruva.com/api-reference/get-verification.md): GET /v1/verifications/{reference} retrieves a single verification. - [Health check](https://docs.pruva.com/api-reference/health.md): GET /v1/health confirms the API is reachable. No authentication required. - [List verifications](https://docs.pruva.com/api-reference/list-verifications.md): GET /v1/verifications pages through your organization's checks. - [Overview](https://docs.pruva.com/api-reference/overview.md): Base URL, request and response shape, and conventions shared by every endpoint. - [Run a verification](https://docs.pruva.com/api-reference/run-verification.md): POST /v1/{scope} runs a check and returns the result.