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

message

POST
ticket/{$uuid}/message

Request

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

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/019b221d-9b9e-8e95-a225-731db6e23a15/message' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "message": "Dies ist eine Test Nachricht"
}'
Response Response Example
200 - Success
{
    "response": "Message sent successfully",
    "state": "success",
    "code": 200,
    "data": {
        "message_uuid": "019b221f-6101-8112-bcb0-1b31992c9eb6",
        "ticket_uuid": "019b221d-9b9e-8e95-a225-731db6e23a15",
        "message": "Your response has been sent to the team"
    }
}
Modified at 2025-12-30 03:57:36
Previous
messages
Next
details
Built with