Skip to main content
POST
Newsletter Subscribe

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

publisher_id
string
required

Your Publisher ID

Body

application/json
email
string
required
name
string
default:""
group_ids

Accepts repeated form fields (group_ids=10&group_ids=20), a comma-separated string ("1,2,3"), or a JSON array.

check_for_captcha
any

Any truthy value activates reCAPTCHA using newsletter_captcha.secret_key.

g-recaptcha-response
string

Required when check_for_captcha is present.

Response

Subscribed

Last modified on August 10, 2026