# Endpoints

`GET /api/v1/plans/:hios_id` (QuoteConnect)The HealthSherpa ICHRA API supports core functionality for partners building ICHRA experiences.

* [**QuoteConnect** **API**](/api-reference/endpoints/quoteconnect-api.md)
* [**Application Deeplink API**](/api-reference/endpoints/application-deeplink-api.md)
* [**EnrollConnect API**](/api-reference/endpoints/enrollconnect-api.md)
* **Webhooks**
  * [Submission Confirmation API](/api-reference/webhooks-api/submission-confirmation-api.md)
  * [Policy Status API](/api-reference/webhooks-api/policy-status-api.md)

### Endpoint to [Integration Playbook](/getting-started/integration-playbooks.md) Mapping

<table><thead><tr><th width="156.0333251953125">Endpoint</th><th width="124">Quote-Only</th><th width="141.5">Deeplink</th><th width="171">EnrollConnect</th><th>End-to-End Platform Integration</th></tr></thead><tbody><tr><td><code>POST /api/v1/quotes</code></td><td>Required</td><td>Optional</td><td>Required</td><td>Required</td></tr><tr><td><code>POST /aptc_estimates</code></td><td>Optional</td><td>Optional</td><td>Optional</td><td>Optional</td></tr><tr><td><code>GET /api/v1/plans/:hios_id</code></td><td>Optional</td><td>Recommended</td><td>Recommended</td><td>Recommended</td></tr><tr><td><code>POST /public/ichra/off_ex</code></td><td>Optional</td><td>Required</td><td>Required</td><td>Required</td></tr><tr><td><code>POST /api/v1/applications</code></td><td>–</td><td>–</td><td>Required</td><td>Required</td></tr><tr><td><code>GET /api/v1/applications/:id</code></td><td>–</td><td>–</td><td>Required</td><td>Required</td></tr><tr><td><code>POST /api/v1/applications/:id/submit</code></td><td>–</td><td>–</td><td>Required</td><td>Required</td></tr><tr><td>Submission webhook receiver</td><td>Optional</td><td>Optional</td><td>Optional</td><td>Required</td></tr><tr><td>Policy status webhook receiver</td><td>Optional</td><td>Optional</td><td>Optional</td><td>Required</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ichra.healthsherpa.com/api-reference/endpoints.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
