---
title: "Re-authenticate Account"
method: POST
path: "/api/authenticate/{account_id}/reauthenticate"
tags: ["Connect OnlyFans Account"]
---

# Re-authenticate Account

`POST /api/authenticate/{account_id}/reauthenticate`

Trigger account reauthentication without the need to submit email & password again.

## Response `200`

Re-authentication started

- object
  - `success` boolean
  - `message` string
  - `polling_url` string

## Other responses

- `400` — When re-authentication is not possible

## Changes

- **2026-05-24** `93a6dfdeeb67` — 2 info
  - added the non-success response with the status `400`
  - added the success response with the status `200`

[Change history](https://skmtc.dev/onlyfansapi/apis/onlyfans-api/changes/api/authenticate/:account_id/reauthenticate/post.md)

---

[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/4a99d36f28a3/schema)
