threadliner
API ReferenceNewsletter (Public)

Subscribe to a newsletter list

POST
/public/lists/{id}/subscribe

Path Parameters

id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/public/lists/string/subscribe" \  -H "Content-Type: application/json" \  -d '{    "email": "user@example.com"  }'
Empty
Was this page helpful?

Last updated on