Skip to main content
POST
Subscribe to Newsletter

Subscribe to Newsletter

Registers an email address for the location’s newsletter. Can be called by authenticated customers or public visitors providing an email address.

Authentication

No authentication required for public subscription.

Request Body

Email
string
required
Email address to subscribe.

Response

WasSuccessful
boolean
required
true if the subscription was created or already existed.

Examples

Subscribe

TypeScript Integration