Email
Create Email Account
Create a new email account.
POST
Create Email Account
Create a new email account.
API Endpoint
Request Body
Parameter | Type | Required | Description |
---|---|---|---|
string | Yes | Email address for the account | |
password | string | Yes | Password for the email account |
first_name | string | Yes | First name of the account owner |
last_name | string | Yes | Last name of the account owner |
Response
201: Created
Error Responses
Status Code | Description |
---|---|
400 | Bad Request |
401 | Unauthorized |
403 | Forbidden |
409 | Email Already Exists |
500 | Internal Server Error |
Body
application/json
Response
201 - application/json
Email account created successfully
The response is of type object
.