This will create a new signup object and e-mail the appropriate welcome e-mail to the given email address.
If successful, this endpoint will return a 200 OK status.
The following arguments are supported for this endpoint.
| Name | Type | Default Value |
|---|---|---|
|
email_address Required The e-mail address that should receive the welcome e-mail |
String | None |
|
coupon The code for the coupon that will be applied to the first new organization created by the user |
String | None |
|
campaign |
SignupCampaignArguments | None |
The following errors may occur during this request.
| Details | HTTP status |
|---|---|
|
The provided coupon code is not valid |
404 Not Found |
|
A validation error occurred with the object that was being created/updated/deleted |
422 Unprocessable Entity |
When the request is successful, you can expect an object matching the specification below to be returned.
{ id: String email_address: String }