> ## Documentation Index
> Fetch the complete documentation index at: https://ekacare-mintlify-dfb0ffc0.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

### ABHA has three kinds of requests

#### 1. Consents

These are consents requests by another HIUs(Doctors / PHR Apps / EMRs)
to view the patient care context/documents.

#### 2. Subscription Requests

These are the requests created by PHR Apps to get notification when new
care context is created for the patient by other HIPs.

#### 3. Authorization Requests

These are raised by HIPs to link a document to the Patients ABHA Address.

<Note> User Authorization will be required for all these operations.</Note>

<Steps>
  <Step title="List All Request Overview">
    Use the [List Requests](/api-reference/user-app/abdm-connect/patient-requests/list-requests) endpoint
    to get all your requests related to Subscriptions, Authorizations, and Consents.
  </Step>

  <Step title="Get Detailed Request Overview">
    Use the [Get Details](/api-reference/user-app/abdm-connect/patient-requests/requests-get-details) endpoint to retrieve detailed information about a specific Consent, Subscription, or Authorization request by its ID.
  </Step>
</Steps>
