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

# Show Smart Link Postback

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

Retrieve a Smart Link postback by ID

## 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)
