---
title: "List Smart Link Postbacks"
method: GET
path: "/api/smart-link-postbacks"
tags: ["Smart Link Postbacks"]
---

# List Smart Link Postbacks

`GET /api/smart-link-postbacks`

List all Smart Link postbacks configured for your Team

## 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` object
      - `id` integer
      - `conversion_type` string
      - `postback_url` string
      - `succeeded` boolean
      - `status_code` integer
      - `error_type` string, nullable
      - `error_message` string, nullable
      - `created_at` string
    - `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)
