POST v1/accounts?email={email}
Generate a code for user authentication. This will send an email to the passed in email address and will either have a code or say that the TMP data associated with the email cannot be found
Request Information
URI Parameters
| Name | Description | Type |
|---|---|---|
|
The email to authenticate and send an email to |
string |
Body Parameters
No parameters.
Response Information
Response Codes
| Status Code | Description |
|---|---|
| 200 |
OK
JSON object containing a string to use as the text for the code authentication screen |
| 400 |
BadRequest
Invalid email |
Resource Description
JSON object containing a string to use as the text for the code authentication screen
No parameters.
Response Formats
application/json, text/json
Sample:
{"Message":"An email has been sent to you at (email) with a confirmation code."}