> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blink.store/llms.txt
> Use this file to discover all available pages before exploring further.

# List Tracking Links

> Automatically added via API validation audit.



## OpenAPI

````yaml /api-reference/growth-api.json get /affiliates/links
openapi: 3.0.0
info:
  title: Growth API
  description: Comprehensive API documentation for Blink.
  version: 1.0.0
servers:
  - url: https://api.blink.store/v1
security:
  - storeIdHeader: []
paths:
  /affiliates/links:
    get:
      tags:
        - Affiliates
      summary: List Tracking Links
      description: Automatically added via API validation audit.
      responses:
        '200':
          description: Success
components:
  securitySchemes:
    storeIdHeader:
      type: apiKey
      in: header
      name: x-store-id

````