Smart Links
Get Smart Link
Get a specific Smart Link by its ID
Authorization
default AuthorizationBearer <token>
Get your API Key from OnlyFansAPI Console - https://app.onlyfansapi.com/api-keys
In: header
Path Parameters
smart_link_id*string
The ID of the Smart Link
Response Body
application/json
curl -X GET "https://app.onlyfansapi.com/api/smart-links/01JCZWQJZXQJZXQJZXQJZXQJZX"{
"data": {
"id": "01JCZWQJZXQJZXQJZXQJZXQJZX",
"name": "Instagram Bio Link",
"link_type": "free_trial",
"traffic_redirect_url": "https://trk.of-traffic.com/go/01JCZWQJZXQJZXQJZXQJZXQJZX",
"free_trial_days": 7,
"clicks_count": 150,
"conversions_count": 45,
"revenue": "1250.00",
"account": {
"id": "acct_XXXXXXXX",
"display_name": "Example Creator",
"username": "examplecreator"
},
"created_at": "2025-01-15T10:30:00+00:00",
"updated_at": "2025-01-15T10:30:00+00:00"
},
"_meta": {
"_credits": {
"used": 1,
"balance": 999999985,
"note": "Always"
},
"_cache": {
"is_cached": false,
"note": "Cache disabled for this endpoint"
},
"_rate_limits": {
"limit_minute": 10000000,
"limit_day": 50000,
"remaining_minute": 9999998,
"remaining_day": 49988
}
}
}