Skip to main content
GET
/
accounts
/
{username}
/
channels
Channels
curl --request GET \
  --url https://studio-api.onlytraffic.com/api/external/v1/accounts/{username}/channels \
  --header 'X-API-Key: <api-key>'
{
  "success": true,
  "data": {
    "no_nude": {
      "url": "https://t.me/example_channel",
      "approved": true
    },
    "tiktok": {
      "url": "https://t.me/example_channel",
      "approved": true
    },
    "lingerie": {
      "url": "https://t.me/example_channel",
      "approved": true
    },
    "light_nude": {
      "url": "https://t.me/example_channel",
      "approved": true
    },
    "nude": {
      "url": "https://t.me/example_channel",
      "approved": true
    }
  }
}

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

Channel URLs the model uses for content tiers. Each channel goes through moderation before it is live. Changing a channel URL sends it back to moderation.