Mailchimp subscribe API documentation

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:

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.

API sandbox

The form below can be used to experiment with the API.