Import subscribers from a CSV file into your publication. The publication is identified by the API key provided in the Authorization header.
File Requirements:
Supported CSV Columns:
email or subscriberEmail (case-insensitive)wallet_address (case-insensitive)created_at, subscription date, created, or createdAt (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.
API key for authenticating protected endpoints. Pass as Bearer token in Authorization header.
Body
CSV file containing subscriber data (max 10MB)
Import started successfully
Whether the import was started
true, false