# List Projects

Returns the projects your credentials can access, including each projectId. No ProjectId header is required — use this to discover the projectId values needed for other API calls.

Endpoint: GET /api/v1/patient-registry/project
Version: V1
Security: bearer

## Response 200 fields (application/json):

  - `id` (string, required)
    Example: "e6b01018-a333-4732-917e-fe38e91b0fdf"

  - `name` (string, required)
    Example: "My Project"

  - `created` (string, required)
    Example: "2025-05-26T23:30:40.912Z"

  - `updated` (string, required)
    Example: "2025-05-26T23:30:40.912Z"


## Response 400 fields

## Response 401 fields

## Response 403 fields

## Response 429 fields
