Skip to main content
POST
/
v1
/
subscribers
/
import
Import subscribers from CSV
import { ParagraphAPI } from "@paragraph-com/sdk"

const api = new ParagraphAPI({ apiKey: "your-api-key" })
const result = await api.subscribers.import(csvFile)
{
  "success": true
}

Authorizations

Authorization
string
header
required

API key for authenticating protected endpoints. Pass as Bearer token in Authorization header.

Body

multipart/form-data

Body

file
any

CSV file containing subscriber data (max 10MB)

Response

Import started successfully

success
enum<boolean>
required

Whether the import was started

Available options:
true,
false