Update newsletter list subscription OAuth Scope: newsletter_lists:write
Update newsletter list subscription OAuth Scope: newsletter_lists:write
Update a newsletter list subscription. Currently supports unsubscribing a subscription from a newsletter list.
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.
unsubscribe
Set to true to unsubscribe the subscription from this newsletter list.
Response
OK
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