Change the name or scope of a specific email endpoint. This is useful when organizing or adjusting how email services are managed for your account.
id integer · min: 1 required Example Unique id identifier
Accept Example Content-Type Example name string required email string required scope string required success boolean timestamp string requestId string data object https://cloud.hostup.se/api/email-endpoints/{id} curl -X PUT "https://cloud.hostup.se/api/email-endpoints/63" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"name": "string",
"email": "string",
"scope": "string"
}' {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"email_endpoint": {
"id": 0,
"client_id": "string",
"channel_type": "string",
"scope": "string",
"monitor_id": "string",
"name": "string",
"enabled": true,
"config": {
"address": "string",
"verified": true
},
"created_at": "string",
"updated_at": "string",
"last_used_at": "string",
"auto_paused": true,
"auto_paused_reason": "string",
"auto_paused_at": "string",
"auto_resume_available_at": "string"
},
"message": "string"
}
} {
"name": "string",
"email": "string",
"scope": "string"
}