# ClearPolicy ## Docs - [Send an attestation request via the API](https://docs.clearpolicy.app/api/attestation-requests.md): POST /v1/attestation-requests sends a published document to a contact for acknowledgment or signature. Returns the full attestation request object. - [Authenticate with the ClearPolicy API](https://docs.clearpolicy.app/api/authentication.md): Learn how to create an OAuth client, exchange credentials for a bearer token, and authenticate every request to the ClearPolicy REST API. - [List documents in your organization](https://docs.clearpolicy.app/api/documents.md): GET /v1/documents returns a paginated list of your organization's documents, including attestation summary counts and published revision status. - [Retrieve the current user and organization](https://docs.clearpolicy.app/api/me.md): GET /v1/me returns the authenticated user's id, name, and email, plus the name of the organization their access token is scoped to. - [ClearPolicy REST API overview](https://docs.clearpolicy.app/api/overview.md): The ClearPolicy REST API communicates over HTTPS and returns JSON. Learn the base URL, versioning, pagination format, ID format, and error responses. - [REST API endpoints for people (contacts)](https://docs.clearpolicy.app/api/people.md): List, create, and retrieve contacts in your organization using the ClearPolicy API. Supports filtering by name, email, phone, and archived status. - [How attestations work in ClearPolicy](https://docs.clearpolicy.app/concepts/attestations.md): Learn how ClearPolicy sends attestation requests, what recipients experience, and what gets recorded when a request is completed. - [Tracking compliance in ClearPolicy](https://docs.clearpolicy.app/concepts/compliance.md): See how ClearPolicy tracks who has completed documents, who is pending, and who needs to re-attest after a new revision is published. - [Contacts and groups in ClearPolicy](https://docs.clearpolicy.app/concepts/contacts-groups.md): Learn how contacts and groups work in ClearPolicy — add people individually or in bulk, organize them into groups, and send requests at scale. - [Documents and revisions in ClearPolicy](https://docs.clearpolicy.app/concepts/documents.md): Learn how ClearPolicy documents and revisions work — create content with the rich-text editor, upload a PDF, or import from Google Drive, then publish. - [Invite and manage team members in ClearPolicy](https://docs.clearpolicy.app/guides/add-team-members.md): Invite team members to your ClearPolicy organization and assign owner, administrator, or manager roles to control what each person can access. - [Run compliance reports](https://docs.clearpolicy.app/guides/compliance-reports.md): Generate document compliance and group compliance reports to see who has attested, who is pending, and who needs attention — with options to filter, print, and export to CSV. - [Create and publish a document in ClearPolicy](https://docs.clearpolicy.app/guides/create-document.md): Learn how to create a document using the rich-text editor, a PDF upload, or a Google Docs import, then publish it so you can send requests. - [Import contacts from CSV or Excel](https://docs.clearpolicy.app/guides/import-contacts.md): Bulk-import contacts into ClearPolicy from a CSV or Excel file. Required fields are name and email, with optional phone and groups columns. - [Manage completion notification settings](https://docs.clearpolicy.app/guides/notification-settings.md): Choose how you get notified when contacts complete signing or acknowledgment requests in ClearPolicy. - [Send reminders for outstanding requests](https://docs.clearpolicy.app/guides/reminders.md): Use manual reminders, bulk nudges, or automatic scheduled reminders to follow up with contacts who haven't completed their requests in ClearPolicy. - [Set requests to expire automatically](https://docs.clearpolicy.app/guides/request-expiry.md): Configure automatic request expiry in ClearPolicy so unfinished attestation requests are marked expired after a set number of days. - [Send acknowledgment requests to contacts](https://docs.clearpolicy.app/guides/send-requests.md): Send acknowledgment or signature requests to one or more contacts, or an entire group, directly from any published document in ClearPolicy. - [Set your organization's time zone](https://docs.clearpolicy.app/guides/timezone.md): Configure a time zone for your organization so that automatic reminders send at the right time and dates in emails match your local time. - [Track who has signed and who is pending](https://docs.clearpolicy.app/guides/track-compliance.md): View completion status across documents and contacts, download audit trail receipts, and review the full activity history for any request. - [Connect Google for sign-in and Drive import](https://docs.clearpolicy.app/integrations/google.md): Sign in to ClearPolicy with your Google account or import documents from Google Drive. Both features connect per-user, not organization-wide. - [Use AI tools with ClearPolicy via MCP](https://docs.clearpolicy.app/integrations/mcp.md): Connect ClearPolicy to Claude, ChatGPT, and other MCP-compatible AI clients so you can manage documents, people, and signing requests with natural language. - [Sync Planning Center lists with ClearPolicy groups](https://docs.clearpolicy.app/integrations/planning-center.md): Connect Planning Center to ClearPolicy, map Planning Center lists to groups, and manage the sync settings for each connected list. - [Automate ClearPolicy workflows with Zapier](https://docs.clearpolicy.app/integrations/zapier.md): Connect ClearPolicy to thousands of apps with Zapier to automate document workflows, contacts, and signing requests without writing code. - [ClearPolicy: Policy Acknowledgment Made Simple](https://docs.clearpolicy.app/introduction.md): ClearPolicy is a document acknowledgment and signature platform. Send policy sign-offs to any contact by email — no recipient account required. - [Get started with ClearPolicy](https://docs.clearpolicy.app/quickstart.md): Learn how to send your first document acknowledgment request with ClearPolicy in four steps — from creating a document to tracking completion. ## OpenAPI Specs - [openapi](https://docs.clearpolicy.app/api-reference/openapi.json)