Import subscribers from CSV
subscribers
Import subscribers from CSV
Import subscribers from a CSV file into your publication. The publication is identified by the API key provided in the Authorization header.
File Requirements:
- Maximum file size: 10MB
- Content type: text/csv
Supported CSV Columns:
- Email:
emailorsubscriberEmail(case-insensitive) - Wallet:
wallet_address(case-insensitive) - Created date:
created_at,subscription date,created, orcreatedAt(case-insensitive, optional)
At least one of email or wallet_address must be present for each row. Rows with neither valid email nor valid wallet address will be skipped.
POST
Import subscribers from CSV
Authorizations
API key for authenticating protected endpoints. Pass as Bearer token in Authorization header.
Body
multipart/form-data
Body
CSV file containing subscriber data (max 10MB)
Response
Import started successfully
Whether the import was started
Available options:
true 
