---
title: "Get Applicant Feature Access"
method: GET
path: "/Admin/ApplicantAccess"
tags: ["Admin"]
---

# Get Applicant Feature Access

`GET /Admin/ApplicantAccess`

**Requires permission:** *Admin*

List the applicant feature sets and whether each is enabled for applicants (Feature 002, FR-028).

## Response `200`

Success - feature sets returned

- GetApplicantAccessResponse
  - `featureSets` GetApplicantAccessFeatureSet[]
    - `key` string
    - `label` string
    - `enabledForApplicants` boolean
    - `updatedBy` string, nullable
    - `updatedAt` string, date-time, nullable
  - `meta` Meta
    - `page` integer
    - `pageSize` integer
    - `total` integer

## Other responses

- `400` — An Error Occurred
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/e0bc2ad906d8/schema)
