Update Smart Link Pixel
Update a connected Team pixel. Changes apply to every Smart Link using the pixel.
Authorization
default Get your API Key from OnlyFansAPI Console - https://app.onlyfansapi.com/api-keys
In: header
Path Parameters
The Smart Link ULID
The pixel ID
Request Body
application/json
Display label. Omit or send an empty value to keep the current label. Must not be greater than 100 characters.
Replacement platform pixel ID. Omit or send an empty value to keep the current ID.
Replacement platform access token. Omit or send an empty value to keep the current token.
Replacement event source URL. Send null to clear it. Must be a valid URL. Must not be greater than 2048 characters.
Replacement platform event name. Send null to clear it. Must not be greater than 100 characters.
Replacement platform event name. Send null to clear it. Must not be greater than 100 characters.
Replacement platform event name. Send null to clear it. Must not be greater than 100 characters.
Replacement platform event name. Send null to clear it. Must not be greater than 100 characters.
Replacement platform event name. Send null to clear it. Must not be greater than 100 characters.
Replacement platform event name. Send null to clear it. Must not be greater than 100 characters.
Replacement platform event name. Send null to clear it. Must not be greater than 100 characters.
Response Body
application/json
curl -X PATCH "https://app.onlyfansapi.com/api/smart-links/01JTESTLINK000000000000001/pixels/123" \ -H "Content-Type: application/json" \ -d '{}'{
"data": {
"id": 123,
"platform": "meta",
"platform_label": "Meta Ads",
"label": "Updated Meta Pixel",
"pixel_id": "1234567890",
"event_source_url": null,
"event_click": "ViewContent",
"event_new_subscriber": "Subscribe",
"event_first_transaction": "Purchase",
"event_new_transaction": "Purchase",
"event_message_received_from_fan": null,
"event_fan_sent_1_message": "Contact",
"event_fan_sent_3_messages": "Lead",
"status": "healthy",
"created_at": "2026-07-24T08:00:00+00:00",
"updated_at": "2026-07-24T08:15:00+00:00"
},
"_meta": {
"_credits": {
"used": 0,
"balance": 999999,
"note": "Free endpoint"
},
"_cache": {
"is_cached": false,
"note": "Cache disabled for this endpoint"
}
}
}