We just released our native n8n integration!ยป Try now
OnlyFans API
Connect OnlyFans Account

Send 2FA E-mail to Creator

Send 2FA verification e-mail to the creator's email so they can verify login on their device without your input. The e-mail will be sent to the e-mail address used for signing into OnlyFans.

POST
/api/authenticate/{attempt_id}/send-email-to-creator
AuthorizationBearer <token>

Get your API Key from OnlyFansAPI Console - https://app.onlyfansapi.com/api-keys

In: header

Path Parameters

attempt_id*string

The attempt ID of the authentication process

Response Body

application/json

curl -X POST "https://app.onlyfansapi.com/api/authenticate/auth_XXXXXXX/send-email-to-creator"
{
  "success": true,
  "message": "E-mail sent to [email protected]"
}