---
title: "Get Early Access Signups"
method: GET
path: "/admin/early-access-signups"
tags: ["admin", "admin"]
---

# Get Early Access Signups

`GET /admin/early-access-signups`

Get all early access signups for Dating and Business features (Admin only).
Returns a list of signups with email, interest types, payment status, and timestamps.

## Query parameters

- `interest_type` string, nullable — Filter by interest type: dating, business, or all
- `paid_only` boolean, nullable — Show only paid signups
- `limit` integer — Number of signups to return
- `offset` integer — Number of signups to skip

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fluentea/aurqa-language-learning-platform-refactored/revisions/45cbba31aa7d/schema)
