Retrieves details for a specific fan based on their OnlyFans ID and the associated account username.
fans table entry) linked to a creator’s account.
of_id) of the fan to retrieve.Bearer YOUR_JWT_TOKENfans table.| Status Code | Description | Example Message |
|---|---|---|
| 400 | Missing username or of_id query parameters. | ”Username and of_id are required” |
| 401 | Invalid or missing authentication token. | ”Unauthorized” |
| 404 | Creator account associated with username not found. | ”Account not found” |
| 404 | Fan with the specified of_id not found for the account. | ”Fan not found” |
| 500 | Internal server error during processing. | ”Internal server error” |
of_id) and the username of the creator account they are associated with.fans table.Bearer token for authentication (JWT)
The username of the creator's account associated with the fan.
The OnlyFans ID (of_id) of the fan to retrieve.