Skip to main content
GET
/
accounts
/
{username}
/
promo-texts
Promo texts
curl --request GET \
  --url https://studio-api.onlytraffic.com/api/external/v1/accounts/{username}/promo-texts \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "data": [
    {
      "id": 123,
      "text": "Subscribe now and get 30% off the first month."
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://onlytraffic.com/docs/llms.txt

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

Authorizations

X-API-Key
string
header
required

Your API key from the Studio Dashboard

Path Parameters

username
string
required

OnlyFans username of the model owned by your account.

Maximum string length: 30
Pattern: ^[a-zA-Z0-9_.-]+$

Response

Successful response

success
boolean
Example:

true

data
object[]