Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://{operatorDomain}/v1/public/newsletter/subscribe \ --header 'Content-Type: application/json' \ --data ' { "email": "jsmith@example.com", "consent": true, "locale": "<string>" } '
{ "ok": true, "status": "pending_double_opt_in" }
Subscribe an email to the newsletter with consent tracking.
Subscription acknowledgement
"pending_double_opt_in"