/api/v2/feedback 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 application/json Content-Type application/json subject string required
· Example: Clarify email forwarding docs Short feedback subject. Leading and trailing whitespace is trimmed before validation; whitespace-only values are rejected with 400 invalid_request, and the 200-character limit applies to the trimmed value.
message string required
· Example: The shared-hosting email forwarder docs should explain when to use domain email forward... Feedback, bug report, or documentation suggestion. Leading and trailing whitespace is trimmed before validation; whitespace-only values are rejected with 400 invalid_request, and the 5000-character limit applies to the trimmed value.
email string · nullable
· Example: developer@example.net Optional reply-to email for anonymous feedback. Authenticated callers can omit this. Values are trimmed; a whitespace-only value is treated as omitted.
name string · nullable
· Example: API Developer Optional contact name for anonymous feedback. Values are trimmed; a whitespace-only value is treated as omitted, and the 120-character limit applies to the trimmed value.
sourceUrl string · nullable
· Example: https://developer.hostup.se/endpoints/webhosting-services/post-v2-shared-hosting-accoun... Optional page or endpoint URL the feedback refers to. Values are trimmed; a whitespace-only value is treated as omitted. Must be a valid absolute URL of at most 2048 characters after trimming.
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 Retry-After seconds plus X-RateLimit-* headers. 10 fields 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/"
}