---
title: "List Smart Links"
method: GET
path: "/api/smart-links"
tags: ["Smart Links"]
---

# List Smart Links

`GET /api/smart-links`

List all Smart Links

## Query parameters

- `limit` integer — The number of Smart Links to return. Default `50`
- `offset` integer — The offset used for pagination. Default `0`
- `name` string — Filter Smart Links by name.
- `account_ids` string — Comma-separated account prefixed IDs to include.
- `meta_pixel_ids` string — Comma-separated Meta Pixel IDs to include.

## Request body

- object
  - `limit` integer — Must be at least 1. Must not be greater than 1000.
  - `offset` integer — Must be at least 0.
  - `name` string, nullable — Must not be greater than 255 characters.
  - `account_ids` string, nullable
  - `meta_pixel_ids` string, nullable

## Response `200`

Success

- object
  - `data` object[]
    - `id` string
    - `name` string
    - `link_type` string
    - `traffic_redirect_url` string
    - `free_trial_days` integer
    - `clicks_count` integer
    - `conversions_count` integer
    - `subscribers_count` integer
    - `spenders_count` integer
    - `revenue` string
    - `cost` object
      - `inputMode` string, nullable
      - `inputValue` string, nullable
      - `perSub` string, nullable
      - `perClick` string, nullable
      - `perPromo` string, nullable
      - `subscriberSourceCount` integer
      - `clickSourceCount` integer
    - `account` object
      - `id` string
      - `display_name` string
      - `username` string
    - `created_at` string
    - `updated_at` string
  - `_meta` object
    - `_credits` object
      - `used` integer
      - `balance` integer
      - `note` string
    - `_cache` object
      - `is_cached` boolean
      - `note` string
    - `_rate_limits` object
      - `limit_minute` integer
      - `limit_day` integer
      - `remaining_minute` integer
      - `remaining_day` integer

## Changes

- **2026-05-24** `93a6dfdeeb67` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/onlyfansapi/apis/onlyfans-api/changes/api/smart-links/get.md)

---

[API](https://skmtc.dev/onlyfansapi/apis/onlyfans-api.md) · [All operations](https://skmtc.dev/onlyfansapi/apis/onlyfans-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/onlyfansapi/onlyfans-api/revisions/93a6dfdeeb67/schema)
