Ryzehosting
  1. ticket
Ryzehosting
  • account
    • redeem voucher
      POST
    • save address
      POST
    • affiliate stats
      GET
    • transactions
      GET
    • get address
      GET
    • dashboard
      GET
    • balance
      GET
    • session
      GET
  • domain
    • whois privacy update
      POST
    • whois privacy get
      GET
    • contact update
      POST
    • nameservers
      POST
    • dns-records
      GET
    • contact get
      GET
    • dns update
      POST
    • authcode
      POST
    • pricelist
      GET
    • details
      GET
    • check
      POST
    • order
      POST
    • list
      GET
  • server
    • ipaddresses
    • password
    • hardware
    • reinstall
    • rrddata
    • cancel
    • status
    • prices
    • config
    • renew
    • power
    • hosts
    • order
    • vnc
    • list
    • ptr
    • os
  • webspace
    • packages
    • details
    • renew
    • status
    • order
    • list
  • ryzectrl
    • packages
    • details
    • renew
    • order
    • list
  • ticket
    • messages
      GET
    • message
      POST
    • details
      GET
    • create
      POST
    • open
      POST
    • close
      POST
    • list
      GET
  • tools
    • Create UUID
    • Iban Verify
    • Network
    • NoVNC
    • Whois
  • Schemas
    • Unauthorized
    • Success
  1. ticket

create

POST
ticket/create

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

🟠401Unauthorized
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://dash.ryzehosting.com/api/v2/ticket/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
  "title": "Mehrere Server betroffen",
  "category": "GENERAL",
  "service": ["KVM_019b1fc5-83e5-81b1-9592-1537b03ad483"],
  "priority": "HIGH",
  "message": "Beide Server haben Probleme mit der Netzwerkverbindung."
}'
Response Response Example
200 - Success
{
    "response": "Ticket created successfully",
    "state": "success",
    "code": 200,
    "data": {
        "ticket_uuid": "019b221d-9b9e-8e95-a225-731db6e23a15",
        "ticket_id": "232",
        "message": "Your ticket has been created successfully and the team has been contacted"
    }
}
Modified at 2025-12-30 03:56:40
Previous
details
Next
open
Built with