Submit feedback about the API, developer documentation, dashboard, or automation experience. This endpoint is public and does not require an API key. Authenticated callers may still send it; when account context is available the submission is annotated internally. Use support tickets for account-specific incidents that need a tracked reply.
No authentication required.
Accept Example Content-Type Example subject string required
· Example: Clarify email forwarding docs Short feedback subject.
message string required
· Example: The shared-hosting email forwarder docs should explain when to use domain email forward... Feedback, bug report, or documentation suggestion.
Optional reply-to email for anonymous feedback. Authenticated callers can omit this.
name stringnull
· Example: API Developer Optional contact name for anonymous feedback.
sourceUrl stringnull
· Example: https://developer.hostup.se/endpoints/webhosting-services/post-v2-shared-hosting-accoun... Optional page or endpoint URL the feedback refers to.
submitted boolean required
· Example: true receivedAt string required
· Example: 2026-04-28T12:00:00.000Z type string
· Example: https://developer.hostup.se/errors/invalid_request title string
· Example: Validation failed status integer
· Example: 400 detail string
· Example: The request body failed validation. code string
· Example: invalid_request Stable machine-readable code. Branch on this field, not on `detail`.
instance string
· Example: /api/v2/orders requestId string
· Example: req_01hxa3b4c5d6e7f8g9h0j1k2m3 timestamp string
· Example: 2026-04-27T12:34:56.000Z errors array<object> Field-level validation errors when `code` is `invalid_request`.
errors[].pointer string required
· Example: /items/0/eppCode errors[].detail string required
· Example: `eppCode` is required for this transfer. errors[].code string required
· Example: missing_required extensions object type string
· Example: https://developer.hostup.se/errors/invalid_request title string
· Example: Validation failed status integer
· Example: 400 detail string
· Example: The request body failed validation. code string
· Example: invalid_request Stable machine-readable code. Branch on this field, not on `detail`.
instance string
· Example: /api/v2/orders requestId string
· Example: req_01hxa3b4c5d6e7f8g9h0j1k2m3 timestamp string
· Example: 2026-04-27T12:34:56.000Z errors array<object> Field-level validation errors when `code` is `invalid_request`.
errors[].pointer string required
· Example: /items/0/eppCode errors[].detail string required
· Example: `eppCode` is required for this transfer. errors[].code string required
· Example: missing_required extensions object type string
· Example: https://developer.hostup.se/errors/invalid_request title string
· Example: Validation failed status integer
· Example: 400 detail string
· Example: The request body failed validation. code string
· Example: invalid_request Stable machine-readable code. Branch on this field, not on `detail`.
instance string
· Example: /api/v2/orders requestId string
· Example: req_01hxa3b4c5d6e7f8g9h0j1k2m3 timestamp string
· Example: 2026-04-27T12:34:56.000Z errors array<object> Field-level validation errors when `code` is `invalid_request`.
errors[].pointer string required
· Example: /items/0/eppCode errors[].detail string required
· Example: `eppCode` is required for this transfer. errors[].code string required
· Example: missing_required extensions object type string
· Example: https://developer.hostup.se/errors/invalid_request title string
· Example: Validation failed status integer
· Example: 400 detail string
· Example: The request body failed validation. code string
· Example: invalid_request Stable machine-readable code. Branch on this field, not on `detail`.
instance string
· Example: /api/v2/orders requestId string
· Example: req_01hxa3b4c5d6e7f8g9h0j1k2m3 timestamp string
· Example: 2026-04-27T12:34:56.000Z errors array<object> Field-level validation errors when `code` is `invalid_request`.
errors[].pointer string required
· Example: /items/0/eppCode errors[].detail string required
· Example: `eppCode` is required for this transfer. errors[].code string required
· Example: missing_required extensions object https://cloud.hostup.se/api/v2/feedback curl -X POST "https://cloud.hostup.se/api/v2/feedback" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{
"subject": "Clarify email forwarding docs",
"message": "The shared-hosting email forwarder docs should explain when to use domain email forwarding instead.",
"sourceUrl": "https://developer.hostup.se/endpoints/webhosting-services/post-v2-shared-hosting-accountid-email-forwarders/"
}' {
"submitted": true,
"receivedAt": "2026-04-28T12:00:00.000Z"
} {
"subject": "Clarify email forwarding docs",
"message": "The shared-hosting email forwarder docs should explain when to use domain email forwarding instead.",
"sourceUrl": "https://developer.hostup.se/endpoints/webhosting-services/post-v2-shared-hosting-accountid-email-forwarders/"
}