# Theary Background Check API Documentation ## Docs - [Background Check API Overview](https://documentation.theary.ai/api-reference/background-check/overview.md): AI-powered agentic background check service - [Create Batch Order](https://documentation.theary.ai/api-reference/endpoints/create-batch.md): Creates multiple verification orders in a single batch operation - [Create Order](https://documentation.theary.ai/api-reference/endpoints/create-order.md): Creates a new background check order for verification - [Delete Batch](https://documentation.theary.ai/api-reference/endpoints/delete-batch.md): Cancels or deletes a batch and all associated orders (placeholder implementation) - [Delete Order](https://documentation.theary.ai/api-reference/endpoints/delete-order.md): Cancels or soft-deletes a verification order - [Generate Upload URL](https://documentation.theary.ai/api-reference/endpoints/generate-upload-url.md): Generate a presigned URL for direct upload of signed release forms to cloud storage - [Get Batch](https://documentation.theary.ai/api-reference/endpoints/get-batch.md): Retrieves details of a specific batch (placeholder implementation) - [Get Order](https://documentation.theary.ai/api-reference/endpoints/get-order.md): Retrieves details of a specific background check order - [Get Order Events](https://documentation.theary.ai/api-reference/endpoints/get-order-events.md): Retrieves events for a verification order (coming soon...) - [Get Order Searches](https://documentation.theary.ai/api-reference/endpoints/get-order-searches.md): Retrieves all searches associated with a verification order - [Get Specific Search](https://documentation.theary.ai/api-reference/endpoints/get-specific-search.md): Retrieves a specific search within the context of an order - [Health Check](https://documentation.theary.ai/api-reference/endpoints/health.md): Check the health and status of the Background Check API service - [List Batches](https://documentation.theary.ai/api-reference/endpoints/list-batches.md): List background check batches for authenticated tenants - [List Orders](https://documentation.theary.ai/api-reference/endpoints/list-orders.md): List background check orders for specific tenant - [Submit Inbound Notification](https://documentation.theary.ai/api-reference/endpoints/submit-inbound-notification.md): Submit verification responses from employers, schools, and third-party services - [Webhook Integration](https://documentation.theary.ai/api-reference/guides/webhook-integration.md): Complete guide to integrating webhooks for verification notifications - [Webhook System Overview](https://documentation.theary.ai/api-reference/guides/webhook-overview.md): Understanding how Theary webhook notifications work in the verification workflow - [ApplicantDto](https://documentation.theary.ai/api-reference/schemas/applicant.md): Complete applicant information schema for background check requests - [BusinessContextDto](https://documentation.theary.ai/api-reference/schemas/business-context.md): Business context schema for the job position the applicant is applying for - [CloseoutEndpointsDto](https://documentation.theary.ai/api-reference/schemas/closeout-endpoints.md): Search type specific webhook endpoint configuration - [EducationHistoryDto](https://documentation.theary.ai/api-reference/schemas/education-history.md): Education history record schema for verification - [EmploymentHistoryDto](https://documentation.theary.ai/api-reference/schemas/employment-history.md): Employment history record schema for verification - [HistoryDto](https://documentation.theary.ai/api-reference/schemas/history.md): Historical data schema for verification including employment and education records - [SearchConfigDto](https://documentation.theary.ai/api-reference/schemas/search-config.md): Per-search policy overrides applied on top of tenant policy - [SearchTypeDto](https://documentation.theary.ai/api-reference/schemas/search-type.md): Search type configuration schema for verification requests - [VerificationRequestDto](https://documentation.theary.ai/api-reference/schemas/verification-request.md): Complete verification request schema for creating background check orders - [WebhookConfigDto](https://documentation.theary.ai/api-reference/schemas/webhook-config.md): Webhook configuration schema for notification endpoints and retry policies - [WebhookTargetDto](https://documentation.theary.ai/api-reference/schemas/webhook-target.md): A single webhook target configuration with headers, auth, and filters - [Webhook Events](https://documentation.theary.ai/api-reference/webhooks/events.md): Complete reference for webhook payload structures, event types, and integration patterns - [Authentication](https://documentation.theary.ai/guides/authentication.md): Learn how to authenticate with the THEARY Background Check API using JWT Bearer tokens - [Error Handling](https://documentation.theary.ai/guides/error-handling.md): Learn how to handle errors and troubleshoot common issues with the THEARY Background Check API - [Search-level configuration (searchConfig)](https://documentation.theary.ai/guides/search-config-reference.md): How to customize verification behavior per order or per search. - [Search Types](https://documentation.theary.ai/guides/search-types.md): Understanding different verification types and how to configure them - [Theary Background Check API Documentation](https://documentation.theary.ai/introduction.md) - [Quickstart](https://documentation.theary.ai/quickstart.md): Start making API calls to the Background Check API in under 5 minutes ## OpenAPI Specs - [openapi](https://documentation.theary.ai/openapi.json) ## Optional - [Website](https://snh-ai.com) - [GitHub](https://github.com/theary-ai)