> ## 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 affiliate programs



## OpenAPI

````yaml get /affiliates/programs
openapi: 3.0.0
info:
  title: Blink API
  description: Comprehensive API documentation for Blink.
  version: 1.0.0
servers:
  - url: https://api.blink.store/v1
security: []
paths:
  /affiliates/programs:
    get:
      tags:
        - Affiliates
      summary: List affiliate programs
      responses:
        '200':
          description: OK

````