# Add subscription creators

Add creators to the subscription from handles, discovery lists, and/or a CSV file (a handle column is required).

Endpoint: POST /public/v1/social/listening/subscription/{subscription_id}/creators/
Version: 1.0.0
Security: Bearer

## Path parameters:

  - `subscription_id` (integer, required)
    Unique identifier for the resource

## Request fields (application/json):

  - `handles` (array)
    Creator handles to add. Provide at least one of handles, list_ids, or csv_file.

  - `list_ids` (array)
    Discovery list IDs whose creators are added. Each list's platform must match the subscription's platform.

  - `csv_file` (string)
    CSV upload of creator handles (see handle_column).

  - `handle_column` (string)
    Name of the CSV column holding creator handles. Matched case-insensitively; defaults to 'handle'.


## Response 400 fields

## Response 401 fields

## Response 422 fields
