---
title: "List Accounts"
method: GET
path: "/api/accounts"
tags: ["Account"]
---

# List Accounts

`GET /api/accounts`

List all connected OnlyFans accounts.

## Query parameters

- `onlyfans_id` string, nullable — Optionally, filter by the OnlyFans ID
- `onlyfans_username` string, nullable — Optionally, filter by the OnlyFans username
- `onlyfans_email` string, nullable — Optionally, filter by the OnlyFans email

## Response `200`

Success

- object[]

---

[API](https://skmtc.dev/onlyfansapi/apis/onlyfans-api.md) · [All operations](https://skmtc.dev/onlyfansapi/apis/onlyfans-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/onlyfansapi/onlyfans-api/revisions/03f828c1cf0d/schema)
