# List Affiliates [PREVIEW]

Returns a list of all available affiliates

Endpoint: GET /affiliates
Version: 4.3.3
Security: api_key

## Response 200 fields (application/json):

  - `id` (string)
    Example: "154831A5-7E2E-44D8-8F2B-FB0D33CAD941"

  - `name` (string)
    Example: "Sample Affiliate"

  - `description` (string)
    Example: "Affiliate agreement for Sample Affiliate"

  - `active` (boolean)
    Example: true

  - `store` (string,null)

  - `storeId` (string,null)

  - `contractType` (string)
    Example: "Central"

  - `contractTypeId` (integer)
    Example: 2

  - `partnerType` (string)
    Example: "eCom"

  - `partnerTypeId` (integer)
    Example: 2

  - `organizationNo` (string)
    Example: "0"

  - `validFrom` (string)
    Example: "2025-05-01T00:00:00"

  - `validTo` (string)
    Example: "2029-12-28T00:00:00"

  - `contactFirstName` (string)
    Example: "John"

  - `contactLastName` (string)
    Example: "Doe"

  - `contactEmail` (string)
    Example: "sample-affiliate@test.com"

  - `contactPhone` (string,null)

  - `internalContact` (string)
    Example: "John Doe"

  - `extendedProperties` (object)
    Example: {}


## Response 400 fields

## Response 401 fields

## Response 403 fields
