API Overview
Message Callbacks
Status Codes
Overview
Sends an email verification code.
Request
Authentication: Add authentication headers to the request. See Authentication
Method:
POST
Rate limit:
100 requests/second
Endpoint: https://API domain/jim/email/send
Content-Type:
application/json
Request parameters
| Parameter | Data type | Required | Description | |
|---|---|---|---|---|
| string | Yes | Email address. |
Request example
POST /jim/email/send HTTP/1.1
appkey: appkey
Authorization: xxxxxxxxxxxxxxxxxx
Content-Type: application/json
{
"email":"xxxxx@abc.com"
}
Response example
{
"code":0,
"msg":"sucess"
}