Create newsletter list OAuth Scope: newsletter_lists:write
Create newsletter list OAuth Scope: newsletter_lists:write
Create a new newsletter list for a publication. The list will be created with an active status. The slug will be auto-generated from the name if not provided.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
publicationId
The prefixed ID of the publication object
Request
This endpoint expects an object.
name
The name of the newsletter list.
description
A description of the newsletter list.
slug
A unique slug for the newsletter list. Auto-generated from the name if not provided.
auto_subscribe
Whether new subscribers are automatically subscribed to this list.
Response
Created
data
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error