Sending a POST to this URL will subscribes an email address to the JustFix Mailchimp list.
The POST requires a CORS request with the
following application/x-www-form-urlencoded
arguments:
email
is the email address to subscribe.language
is the locale of the subscriber.
Valid values are:
source
is the source from which the subscriber is subscribing.
Valid values are:
If any of the arguments are invalid, a HTTP 400 will be
returned, and the JSON response will contain an errorCode
value of INVALID_EMAIL
, INVALID_LANGUAGE
,
INVALID_SOURCE
, or NO_MORE_SIGNUPS_FOR_EMAIL
.
The request must come from either this server, or one of the following origins:
*
If successful, a HTTP 200 will be returned.
The form below can be used to experiment with the API.