Get a single email address owned by the currently authenticated user
GET
/v3/user/emails/{email_id}Get a single email address owned by the currently authenticated user
请求参数
Path 参数
email_id
integer <int32>
必需
The ID of the email
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Get a single email address owned by the currently authenticated user
数据结构
Add new email address to the currently authenticated user
id
string
可选
email
string
可选
示例
{
"id": "string",
"email": "string"
}
最后修改时间: 1 个月前