Skip to main content
POST
/
v1
/
connect
/
login
/
{attemptId}
/
send-email-to-creator
Trigger the device-verification email
curl --request POST \
  --url https://api.onlyfanskit.dev/v1/connect/login/{attemptId}/send-email-to-creator \
  --header 'Authorization: Bearer <token>'
{
  "attempt_id": "<string>",
  "email_sent": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.onlyfanskit.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Your API key, sent as Authorization: Bearer <key>.

Path Parameters

attemptId
string
required

Connect attempt id.

Response

200 - application/json

Email triggered

attempt_id
string
email_sent
boolean