# Step 1 Send Code to Email

#### HTTP Request Method

```
POST
```

#### HTTP Request URL

```
https://login.web3connect.jp/api/v1/generic_email_signup_signin_step1
```

#### HTTP Request Body \<JSON>

```json
{
  "email": "abc@def.com"
}
```

#### HTTP Response Body \<JSON>

```json
{
  "status": "ok",
  "result": "LgTLxnzhqb9gfLOp", // verification token id
  "error": null
}
```
