---
title: "Update Smart Link Postback"
method: PATCH
path: "/api/smart-link-postbacks/{postback_id}"
tags: ["Smart Link Postbacks"]
---

# Update Smart Link Postback

`PATCH /api/smart-link-postbacks/{postback_id}`

Update a Smart Link postback configuration

## Request body

- object
  - `url` string, required — The destination URL.
  - `smart_link_scope` 'global' | 'campaign_specific', required — `global` or `campaign_specific`.
  - `conversion_types` string[], required — One or more Smart Link conversion types that should trigger this postback.
  - `smart_link_ids` string[] — Smart Link ULIDs. Required when `smart_link_scope` is `campaign_specific`.

## Response `200`

Success

- object
  - `data` object
    - `id` integer
    - `url` string
    - `smart_link_scope` string
    - `conversion_types` string[]
    - `smart_link_ids` string[]
    - `smart_links` object[]
      - `link_ulid` string
      - `name` string
      - `account_display_name` string
      - `account_prefixed_id` string
    - `latest_response` string, nullable
    - `created_at` string
    - `updated_at` string
  - `_meta` object
    - `_credits` object
      - `used` integer
      - `balance` integer
      - `note` string
    - `_cache` object
      - `is_cached` boolean
      - `note` string

---

[API](https://skmtc.net/onlyfansapi/apis/onlyfans-api.md) · [All operations](https://skmtc.net/onlyfansapi/apis/onlyfans-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onlyfansapi/onlyfans-api/versions/4a99d36f28a3/schema)
