# Clarion API ## Docs - [Create Assistant](https://docs.clarionhealth.com/api-reference/assistant/create.md): Creates a new assistant - [Delete Assistant](https://docs.clarionhealth.com/api-reference/assistant/delete.md): Deletes a single assistant based on the assistantId supplied - [List Assistant](https://docs.clarionhealth.com/api-reference/assistant/get.md): Returns all assistants available to your organization - [Get Assistant](https://docs.clarionhealth.com/api-reference/assistant/get-single.md): Returns a single assistant based on the assistantId supplied - [Update Assistant](https://docs.clarionhealth.com/api-reference/assistant/update.md): Updates an existing assistant - [Create Call](https://docs.clarionhealth.com/api-reference/call/create.md): Create new call - [Delete Call Record](https://docs.clarionhealth.com/api-reference/call/delete.md): Deletes a single call based on the callId supplied - [List Calls](https://docs.clarionhealth.com/api-reference/call/get.md): Returns all calls available to your organization - [Get Call](https://docs.clarionhealth.com/api-reference/call/get-single.md): Returns a single call based on the callId supplied - [Submit Eligibility Check](https://docs.clarionhealth.com/api-reference/eligibility/create.md): Submit a new eligibility check. This endpoint processes requests asynchronously. - [Get Eligibility Check](https://docs.clarionhealth.com/api-reference/eligibility/get.md): Get the status and results of a specific eligibility check by its ID. - [List Eligibility Checks](https://docs.clarionhealth.com/api-reference/eligibility/list.md): Returns all eligibility checks for your organization. You can filter to find eligibility checks associated with a specific patient or status. - [Supported Plans](https://docs.clarionhealth.com/api-reference/eligibility/plan-list.md): List of insurance plans supported for eligibility verification - [Get Health](https://docs.clarionhealth.com/api-reference/health/get.md): Returns the health status of the API - [Quickstart](https://docs.clarionhealth.com/api-reference/introduction.md): Get started with the Clarion API in minutes - [Get Phone Number](https://docs.clarionhealth.com/api-reference/phone-number/get.md): Returns a single phone number based on the id supplied - [List Phone Numbers](https://docs.clarionhealth.com/api-reference/phone-number/list.md): Lists all phone numbers available to your organization - [Get Sequence Definitions](https://docs.clarionhealth.com/api-reference/sequence-definitions/get.md): Returns all sequence definitions for the current organization. - [Get Sequence Definition](https://docs.clarionhealth.com/api-reference/sequence-definitions/get-single.md): Returns a specific sequence definition by ID. - [Batch Upload Sequences](https://docs.clarionhealth.com/api-reference/sequences/batch-upload.md): Create multiple sequences from an array of patient data rows. Maximum 100 rows per request. - [Get Sequence Metrics](https://docs.clarionhealth.com/api-reference/sequences/get-metrics.md): Get metrics for all sequences for the current organization - [Stop Sequence](https://docs.clarionhealth.com/api-reference/sequences/stop.md): Stop an existing sequence - [Create Tool](https://docs.clarionhealth.com/api-reference/tool/create.md) - [Delete Tool](https://docs.clarionhealth.com/api-reference/tool/delete.md) - [Get Tool](https://docs.clarionhealth.com/api-reference/tool/get.md) - [List Tools](https://docs.clarionhealth.com/api-reference/tool/list.md) - [Update Tool](https://docs.clarionhealth.com/api-reference/tool/update.md) - [End of Call](https://docs.clarionhealth.com/api-reference/webhooks/end-of-call.md): Receive real-time notifications when a call ends - [End of Sequence Report](https://docs.clarionhealth.com/api-reference/webhooks/end-of-sequence-report.md): Receive notifications when an outreach sequence completes - [Verifying Webhook Signatures](https://docs.clarionhealth.com/api-reference/webhooks/verifying-webhook-signatures.md) - [Create Referral](https://docs.clarionhealth.com/api-reference/workflow/referral/create.md): Create a new inbound referral - [List Referrals](https://docs.clarionhealth.com/api-reference/workflow/referral/list.md): Returns all referrals available to your organization - [Welcome](https://docs.clarionhealth.com/introduction.md): Welcome to the Clarion API docs. Our API helps you programmatically manage your Clarion workflows. ## OpenAPI Specs - [openapi](https://docs.clarionhealth.com/api-reference/openapi.json)