Retrieve a list of all configured email endpoints associated with your account. Endpoint IDs may be needed for subsequent actions like support requests.
Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/email-endpoints curl -X GET "https://cloud.hostup.se/api/email-endpoints" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"email_endpoints": [
"string"
]
}
}